/**
 * @Author   swcn-tlj
 * @Date     2024-01-09
 */
/**
 * @Author   swcn-tlj
 * @Date     2024-01-09
 */
html {
  font-size: 10px;
}

@media all and (max-width: 768px) {
  html {
    font-size: calc(10px * 1.1);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  html {
    font-size: calc(10px * 1.2);
  }
}

body {
  --line-height: 1.6;
  font-size: 1.6rem;
  line-height: var(--line-height);
  color: #373737;
}

*, ::after, ::before {
  box-sizing: border-box;
  outline-color: var(--m-color);
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, pre, form, fieldset, legend, button, input, textarea, th, td, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, em {
  font-weight: 600;
}

ol, ul, li {
  list-style-type: none;
  vertical-align: middle;
}

label, button, a {
  cursor: pointer;
}

ins, em, b, i {
  text-decoration: none;
  font-style: normal;
}

a:focus, input:focus, p:focus, div:focus {
  -webkit-tap-highlight-color: transparent;
}

select:focus, textarea:focus, input:focus, button {
  outline: none;
}

input, select, textarea, button {
  vertical-align: middle;
  border: none;
  line-height: var(--line-height);
  color: inherit;
  font-size: inherit;
}

textarea, input {
  text-indent: 10px;
}

input[type='submit'], input[type='button'], button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
  line-height: var(--line-height);
}

body {
  -webkit-tap-highlight-color: transparent;
}

html, body, #app {
  width: 100%;
  height: 100%;
  font-family: Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,noto sans,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

p {
  line-height: 1.7;
}

input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: .3s;
}

a[href] {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a.sw-text-hmain:hover {
  color: var(--m-color-dk);
}

a:focus {
  background-color: transparent;
}

.sw-scroll-body,
.sw-scroll
.sw-scroll-inside {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.sw-p-0 {
  padding: 0 !important;
}

.sw-p-lg {
  padding: 4rem;
}

.sw-p-sm {
  padding: 2rem;
}

body {
  background-color: #e7e9eb;
}

.app {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  background-color: white;
}

.sw-wrapper {
  width: 100%;
  margin: 0 auto;
}

.sw-container-full {
  width: 100%;
}

.sw-container {
  margin: 0 calc(100% * 0.1);
}

.sw-spill {
  margin-left: 0rem;
  margin-right: 0rem;
}

.sw-spill-def {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (max-width: 1919px) {
  .sw-container {
    margin: 0 calc(100% * 0.07);
  }
  .sw-spill-def {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}

@media (max-width: 1679px) {
  .sw-container {
    margin: 0 calc(100% * 0.03);
  }
  .sw-spill-def {
    margin-left: -1.15rem;
    margin-right: -1.15rem;
  }
}

@media (max-width: 1439px) {
  .sw-container {
    margin: 0 3rem;
  }
  .sw-spill-def {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (max-width: 1023px) {
  .sw-container {
    margin: 0 2rem;
  }
  .sw-spill-def {
    margin-left: -.9rem;
    margin-right: -.9rem;
  }
}

@media (max-width: 767px) {
  .sw-container {
    margin: 0 1.6rem;
  }
  .sw-spill-def {
    margin-left: -.8rem;
    margin-right: -.8rem;
  }
}

.sw-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.sw-row > .sw-col {
  flex: 0 0 auto;
  padding: 1.5rem;
}

.sw-row-1 > .sw-col {
  width: 100%;
}

.sw-row-2 > .sw-col {
  width: 50%;
}

.sw-row-3 > .sw-col {
  width: 33.33333%;
}

.sw-row-4 > .sw-col {
  width: 25%;
}

.sw-row-5 > .sw-col {
  width: 20%;
}

.sw-row-6 > .sw-col {
  width: 16.66667%;
}

.sw-row-7 > .sw-col {
  width: 14.28571%;
}

.sw-row-8 > .sw-col {
  width: 12.5%;
}

.sw-row-9 > .sw-col {
  width: 10%;
}

.sw-col-100 {
  flex: 0 0 auto !important;
  width: 100% !important;
}

.sw-col-83 {
  flex: 0 0 auto !important;
  width: 83.33333% !important;
}

.sw-col-80 {
  flex: 0 0 auto !important;
  width: 80% !important;
}

.sw-col-75 {
  flex: 0 0 auto !important;
  width: 75% !important;
}

.sw-col-72 {
  flex: 0 0 auto !important;
  width: 71.42857% !important;
}

.sw-col-67 {
  flex: 0 0 auto !important;
  width: 66.66667% !important;
}

.sw-col-62 {
  flex: 0 0 auto !important;
  width: 62.5% !important;
}

.sw-col-60 {
  flex: 0 0 auto !important;
  width: 60% !important;
}

.sw-col-57 {
  flex: 0 0 auto !important;
  width: 57.14286% !important;
}

.sw-col-50 {
  flex: 0 0 auto !important;
  width: 50% !important;
}

.sw-col-43 {
  flex: 0 0 auto !important;
  width: 42.85714% !important;
}

.sw-col-40 {
  flex: 0 0 auto !important;
  width: 40% !important;
}

.sw-col-38 {
  flex: 0 0 auto !important;
  width: 37.5% !important;
}

.sw-col-33 {
  flex: 0 0 auto !important;
  width: 33.33333% !important;
}

.sw-col-28 {
  flex: 0 0 auto !important;
  width: 28.57143% !important;
}

.sw-col-25 {
  flex: 0 0 auto !important;
  width: 25% !important;
}

.sw-col-20 {
  flex: 0 0 auto !important;
  width: 20% !important;
}

.sw-col-17 {
  flex: 0 0 auto !important;
  width: 16.66667% !important;
}

.sw-row-auto > .sw-col {
  flex: 1 0 0%;
}

.sw-row-p0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sw-row-p0 > .sw-col {
  padding: 0 !important;
}

.sw-col > .sw-item {
  padding: 3rem;
}

@media (max-width: 1919px) {
  .sw-row {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
  .sw-row > .sw-col {
    padding: 1.3rem;
  }
  .xl\:sw-row-1 > .sw-col {
    width: 100%;
  }
  .xl\:sw-row-2 > .sw-col {
    width: 50%;
  }
  .xl\:sw-row-3 > .sw-col {
    width: 33.33333%;
  }
  .xl\:sw-row-4 > .sw-col {
    width: 25%;
  }
  .xl\:sw-row-5 > .sw-col {
    width: 20%;
  }
  .xl\:sw-row-6 > .sw-col {
    width: 16.66667%;
  }
  .xl\:sw-row-7 > .sw-col {
    width: 14.28571%;
  }
  .xl\:sw-row-8 > .sw-col {
    width: 12.5%;
  }
  .xl\:sw-row-9 > .sw-col {
    width: 10%;
  }
  .xl\:sw-col-100 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .xl\:sw-col-83 {
    flex: 0 0 auto !important;
    width: 83.33333% !important;
  }
  .xl\:sw-col-80 {
    flex: 0 0 auto !important;
    width: 80% !important;
  }
  .xl\:sw-col-75 {
    flex: 0 0 auto !important;
    width: 75% !important;
  }
  .xl\:sw-col-72 {
    flex: 0 0 auto !important;
    width: 71.42857% !important;
  }
  .xl\:sw-col-67 {
    flex: 0 0 auto !important;
    width: 66.66667% !important;
  }
  .xl\:sw-col-62 {
    flex: 0 0 auto !important;
    width: 62.5% !important;
  }
  .xl\:sw-col-60 {
    flex: 0 0 auto !important;
    width: 60% !important;
  }
  .xl\:sw-col-57 {
    flex: 0 0 auto !important;
    width: 57.14286% !important;
  }
  .xl\:sw-col-50 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
  .xl\:sw-col-43 {
    flex: 0 0 auto !important;
    width: 42.85714% !important;
  }
  .xl\:sw-col-40 {
    flex: 0 0 auto !important;
    width: 40% !important;
  }
  .xl\:sw-col-38 {
    flex: 0 0 auto !important;
    width: 37.5% !important;
  }
  .xl\:sw-col-33 {
    flex: 0 0 auto !important;
    width: 33.33333% !important;
  }
  .xl\:sw-col-28 {
    flex: 0 0 auto !important;
    width: 28.57143% !important;
  }
  .xl\:sw-col-25 {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
  .xl\:sw-col-20 {
    flex: 0 0 auto !important;
    width: 20% !important;
  }
  .xl\:sw-col-17 {
    flex: 0 0 auto !important;
    width: 16.66667% !important;
  }
  .sw-col > .sw-item {
    padding: 2.6rem;
  }
}

@media (max-width: 1679px) {
  .sw-gutter {
    margin-left: -1.15rem;
    margin-right: -1.15rem;
  }
  .sw-gutter > .sw-col {
    padding: 1.15rem;
  }
  .lg\:sw-row-1 > .sw-col {
    width: 100%;
  }
  .lg\:sw-row-2 > .sw-col {
    width: 50%;
  }
  .lg\:sw-row-3 > .sw-col {
    width: 33.33333%;
  }
  .lg\:sw-row-4 > .sw-col {
    width: 25%;
  }
  .lg\:sw-row-5 > .sw-col {
    width: 20%;
  }
  .lg\:sw-row-6 > .sw-col {
    width: 16.66667%;
  }
  .lg\:sw-row-7 > .sw-col {
    width: 14.28571%;
  }
  .lg\:sw-row-8 > .sw-col {
    width: 12.5%;
  }
  .lg\:sw-row-9 > .sw-col {
    width: 10%;
  }
  .lg\:sw-col-100 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .lg\:sw-col-83 {
    flex: 0 0 auto !important;
    width: 83.33333% !important;
  }
  .lg\:sw-col-80 {
    flex: 0 0 auto !important;
    width: 80% !important;
  }
  .lg\:sw-col-75 {
    flex: 0 0 auto !important;
    width: 75% !important;
  }
  .lg\:sw-col-72 {
    flex: 0 0 auto !important;
    width: 71.42857% !important;
  }
  .lg\:sw-col-67 {
    flex: 0 0 auto !important;
    width: 66.66667% !important;
  }
  .lg\:sw-col-62 {
    flex: 0 0 auto !important;
    width: 62.5% !important;
  }
  .lg\:sw-col-60 {
    flex: 0 0 auto !important;
    width: 60% !important;
  }
  .lg\:sw-col-57 {
    flex: 0 0 auto !important;
    width: 57.14286% !important;
  }
  .lg\:sw-col-50 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
  .lg\:sw-col-43 {
    flex: 0 0 auto !important;
    width: 42.85714% !important;
  }
  .lg\:sw-col-40 {
    flex: 0 0 auto !important;
    width: 40% !important;
  }
  .lg\:sw-col-38 {
    flex: 0 0 auto !important;
    width: 37.5% !important;
  }
  .lg\:sw-col-33 {
    flex: 0 0 auto !important;
    width: 33.33333% !important;
  }
  .lg\:sw-col-28 {
    flex: 0 0 auto !important;
    width: 28.57143% !important;
  }
  .lg\:sw-col-25 {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
  .lg\:sw-col-20 {
    flex: 0 0 auto !important;
    width: 20% !important;
  }
  .lg\:sw-col-17 {
    flex: 0 0 auto !important;
    width: 16.66667% !important;
  }
  .sw-col > .sw-item {
    padding: 2.2rem;
  }
}

@media (max-width: 1439px) {
  .sw-gutter {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sw-gutter > .sw-col {
    padding: 1rem;
  }
  .md\:sw-row-1 > .sw-col {
    width: 100%;
  }
  .md\:sw-row-2 > .sw-col {
    width: 50%;
  }
  .md\:sw-row-3 > .sw-col {
    width: 33.33333%;
  }
  .md\:sw-row-4 > .sw-col {
    width: 25%;
  }
  .md\:sw-row-5 > .sw-col {
    width: 20%;
  }
  .md\:sw-row-6 > .sw-col {
    width: 16.66667%;
  }
  .md\:sw-row-7 > .sw-col {
    width: 14.28571%;
  }
  .md\:sw-row-8 > .sw-col {
    width: 12.5%;
  }
  .md\:sw-row-9 > .sw-col {
    width: 10%;
  }
  .md\:sw-col-100 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .md\:sw-col-83 {
    flex: 0 0 auto !important;
    width: 83.33333% !important;
  }
  .md\:sw-col-80 {
    flex: 0 0 auto !important;
    width: 80% !important;
  }
  .md\:sw-col-75 {
    flex: 0 0 auto !important;
    width: 75% !important;
  }
  .md\:sw-col-72 {
    flex: 0 0 auto !important;
    width: 71.42857% !important;
  }
  .md\:sw-col-67 {
    flex: 0 0 auto !important;
    width: 66.66667% !important;
  }
  .md\:sw-col-62 {
    flex: 0 0 auto !important;
    width: 62.5% !important;
  }
  .md\:sw-col-60 {
    flex: 0 0 auto !important;
    width: 60% !important;
  }
  .md\:sw-col-57 {
    flex: 0 0 auto !important;
    width: 57.14286% !important;
  }
  .md\:sw-col-50 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
  .md\:sw-col-43 {
    flex: 0 0 auto !important;
    width: 42.85714% !important;
  }
  .md\:sw-col-40 {
    flex: 0 0 auto !important;
    width: 40% !important;
  }
  .md\:sw-col-38 {
    flex: 0 0 auto !important;
    width: 37.5% !important;
  }
  .md\:sw-col-33 {
    flex: 0 0 auto !important;
    width: 33.33333% !important;
  }
  .md\:sw-col-28 {
    flex: 0 0 auto !important;
    width: 28.57143% !important;
  }
  .md\:sw-col-25 {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
  .md\:sw-col-20 {
    flex: 0 0 auto !important;
    width: 20% !important;
  }
  .md\:sw-col-17 {
    flex: 0 0 auto !important;
    width: 16.66667% !important;
  }
  .sw-col > .sw-item {
    padding: 1.8rem;
  }
}

@media (max-width: 1023px) {
  .sw-gutter {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .sw-gutter > .sw-col {
    padding: 0.9rem;
  }
  .sm\:sw-row-1 > .sw-col {
    width: 100%;
  }
  .sm\:sw-row-2 > .sw-col {
    width: 50%;
  }
  .sm\:sw-row-3 > .sw-col {
    width: 33.33333%;
  }
  .sm\:sw-row-4 > .sw-col {
    width: 25%;
  }
  .sm\:sw-row-5 > .sw-col {
    width: 20%;
  }
  .sm\:sw-row-6 > .sw-col {
    width: 16.66667%;
  }
  .sm\:sw-row-7 > .sw-col {
    width: 14.28571%;
  }
  .sm\:sw-row-8 > .sw-col {
    width: 12.5%;
  }
  .sm\:sw-row-9 > .sw-col {
    width: 10%;
  }
  .sm\:sw-col-100 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .sm\:sw-col-83 {
    flex: 0 0 auto !important;
    width: 83.33333% !important;
  }
  .sm\:sw-col-80 {
    flex: 0 0 auto !important;
    width: 80% !important;
  }
  .sm\:sw-col-75 {
    flex: 0 0 auto !important;
    width: 75% !important;
  }
  .sm\:sw-col-72 {
    flex: 0 0 auto !important;
    width: 71.42857% !important;
  }
  .sm\:sw-col-67 {
    flex: 0 0 auto !important;
    width: 66.66667% !important;
  }
  .sm\:sw-col-62 {
    flex: 0 0 auto !important;
    width: 62.5% !important;
  }
  .sm\:sw-col-60 {
    flex: 0 0 auto !important;
    width: 60% !important;
  }
  .sm\:sw-col-57 {
    flex: 0 0 auto !important;
    width: 57.14286% !important;
  }
  .sm\:sw-col-50 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
  .sm\:sw-col-43 {
    flex: 0 0 auto !important;
    width: 42.85714% !important;
  }
  .sm\:sw-col-40 {
    flex: 0 0 auto !important;
    width: 40% !important;
  }
  .sm\:sw-col-38 {
    flex: 0 0 auto !important;
    width: 37.5% !important;
  }
  .sm\:sw-col-33 {
    flex: 0 0 auto !important;
    width: 33.33333% !important;
  }
  .sm\:sw-col-28 {
    flex: 0 0 auto !important;
    width: 28.57143% !important;
  }
  .sm\:sw-col-25 {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
  .sm\:sw-col-20 {
    flex: 0 0 auto !important;
    width: 20% !important;
  }
  .sm\:sw-col-17 {
    flex: 0 0 auto !important;
    width: 16.66667% !important;
  }
  .sw-col > .sw-item {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .sw-gutter {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .sw-gutter > .sw-col {
    padding: 0.8rem;
  }
  .xs\:sw-row-1 > .sw-col {
    width: 100%;
  }
  .xs\:sw-row-2 > .sw-col {
    width: 50%;
  }
  .xs\:sw-row-3 > .sw-col {
    width: 33.33333%;
  }
  .xs\:sw-row-4 > .sw-col {
    width: 25%;
  }
  .xs\:sw-row-5 > .sw-col {
    width: 20%;
  }
  .xs\:sw-row-6 > .sw-col {
    width: 16.66667%;
  }
  .xs\:sw-row-7 > .sw-col {
    width: 14.28571%;
  }
  .xs\:sw-row-8 > .sw-col {
    width: 12.5%;
  }
  .xs\:sw-row-9 > .sw-col {
    width: 10%;
  }
  .xs\:sw-col-100 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .xs\:sw-col-83 {
    flex: 0 0 auto !important;
    width: 83.33333% !important;
  }
  .xs\:sw-col-80 {
    flex: 0 0 auto !important;
    width: 80% !important;
  }
  .xs\:sw-col-75 {
    flex: 0 0 auto !important;
    width: 75% !important;
  }
  .xs\:sw-col-72 {
    flex: 0 0 auto !important;
    width: 71.42857% !important;
  }
  .xs\:sw-col-67 {
    flex: 0 0 auto !important;
    width: 66.66667% !important;
  }
  .xs\:sw-col-62 {
    flex: 0 0 auto !important;
    width: 62.5% !important;
  }
  .xs\:sw-col-60 {
    flex: 0 0 auto !important;
    width: 60% !important;
  }
  .xs\:sw-col-57 {
    flex: 0 0 auto !important;
    width: 57.14286% !important;
  }
  .xs\:sw-col-50 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
  .xs\:sw-col-43 {
    flex: 0 0 auto !important;
    width: 42.85714% !important;
  }
  .xs\:sw-col-40 {
    flex: 0 0 auto !important;
    width: 40% !important;
  }
  .xs\:sw-col-38 {
    flex: 0 0 auto !important;
    width: 37.5% !important;
  }
  .xs\:sw-col-33 {
    flex: 0 0 auto !important;
    width: 33.33333% !important;
  }
  .xs\:sw-col-28 {
    flex: 0 0 auto !important;
    width: 28.57143% !important;
  }
  .xs\:sw-col-25 {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
  .xs\:sw-col-20 {
    flex: 0 0 auto !important;
    width: 20% !important;
  }
  .xs\:sw-col-17 {
    flex: 0 0 auto !important;
    width: 16.66667% !important;
  }
  .sw-item {
    padding: 1.5rem;
  }
}

.sw-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}

.sw-modal.sw-show {
  z-index: 200;
}

.sw-dialog {
  width: calc((100vw * (1 - 0.1)) / 3);
  padding: 0 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.sw-dialog-xl {
  width: calc(100vw * (1 - 0.1));
}

.sw-dialog-lg {
  width: calc((100vw * (1 - 0.1)) / 1.5);
}

.sw-dialog-sm {
  width: calc((100vw * (1 - 0.1)) / 4);
}

.sw-dialog-con {
  padding: 3rem;
  background-color: white;
}

.sw-modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sw-modal-bg.sw-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: all .3s;
  z-index: 150;
}

.sw-modal-bg.sw-bg-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.sw-modal-bg.sw-z-top {
  z-index: 301 !important;
  transition: 0s;
}

.sw-z-top {
  z-index: 200 !important;
}

@media (max-width: 1919px) {
  .sw-dialog {
    width: calc((100vw * (1 - 0.07)) / 3);
    padding: 0 1.3rem;
  }
  .sw-dialog-xl {
    width: calc(100vw * (1 - 0.07));
  }
  .sw-dialog-lg {
    width: calc((100vw * (1 - 0.07)) / 1.5);
  }
  .sw-dialog-sm {
    width: calc((100vw * (1 - 0.07)) / 4);
  }
  .sw-dialog-con {
    padding: 2.6rem;
  }
}

@media (max-width: 1679px) {
  .sw-dialog {
    width: calc((100vw * (1 - 0.07)) / 3);
    padding: 0 1.15rem;
  }
  .sw-dialog-xl {
    width: calc((100vw * (1 - 0.07)));
  }
  .sw-dialog-lg {
    width: calc((100vw * (1 - 0.07)) / 1.5);
  }
  .sw-dialog-sm {
    width: calc((100vw * (1 - 0.07)) / 4);
  }
  .sw-dialog-con {
    padding: 2.2rem;
  }
}

@media (max-width: 1439px) {
  .sw-dialog {
    width: calc((100vw - 6rem) / 3);
    min-width: 45rem;
    padding: 0 1rem;
  }
  .sw-dialog-xl {
    width: calc(100vw - 6rem);
  }
  .sw-dialog-lg {
    min-width: 90rem;
  }
  .sw-dialog-sm {
    min-width: 38rem;
  }
  .sw-dialog-con {
    padding: 1.8rem;
  }
}

@media (max-width: 1023px) {
  .sw-dialog {
    width: calc((100vw - 6rem) / 3);
    min-width: 45rem;
    padding: 0 0.9rem;
  }
  .sw-dialog-xl {
    width: calc(100vw - 4rem);
  }
  .sw-dialog-lg {
    min-width: 90vw;
  }
  .sw-dialog-sm {
    min-width: 38rem;
  }
  .sw-dialog-con {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .sw-dialog {
    width: calc(100vw - 1.6rem);
    max-width: 50rem;
    min-width: auto;
    padding: 0 0.8rem;
  }
  .sw-dialog-xl {
    width: calc(100vw - 1.6rem);
    max-width: none;
    min-width: auto;
  }
  .sw-dialog-lg {
    width: calc(100vw - 1.6rem);
    max-width: none;
    min-width: auto;
  }
  .sw-dialog-sm {
    max-width: 38rem;
    min-width: auto;
  }
  .sw-dialog-con {
    padding: 1.5rem;
  }
}

.sw-icon, .sw-avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sw-icon > .icon {
  width: calc(1em * var(--line-height));
  height: calc(1em * var(--line-height));
  padding: calc((var(--line-height) - 1)/2 * 1rem);
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.sw-icon > .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1em * (var(--line-height)/((var(--line-height) - 1)/2.5 + 1)));
  height: calc(1em * (var(--line-height)/((var(--line-height) - 1)/2.5 + 1)));
  font-size: calc(1em * ((var(--line-height) - 1)/2.5 + 1));
}

.sw-avatar {
  border-radius: 50%;
}

.sw-avatar img {
  width: 100%;
  height: 100%;
}

.sw-icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-icon-row + .sw-icon-row {
  margin-left: 1rem;
}

.sw-icon-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sw-size-14, .sw-size-14 button {
  font-size: 1.4rem;
}

.sw-size-15, .sw-size-15 button {
  font-size: 1.5rem;
}

.sw-size-16, .sw-size-16 button {
  font-size: 1.6rem;
}

.sw-size-18, .sw-size-18 button {
  font-size: 1.8rem;
}

.sw-size-20, .sw-size-20 button {
  font-size: 2rem;
}

.sw-size-24, .sw-size-24 button {
  font-size: 2.4rem;
}

.sw-size-24.sw-avatar {
  width: 2.4rem;
  height: 2.4rem;
}

.sw-size-28, .sw-size-28 button {
  font-size: 2.8rem;
}

.sw-size-28.sw-avatar {
  width: 2.8rem;
  height: 2.8rem;
}

.sw-size-32, .sw-size-32 button {
  font-size: 3.2rem;
}

.sw-size-32.sw-avatar {
  width: 3.2rem;
  height: 3.2rem;
}

.sw-size-36, .sw-size-36 button {
  font-size: 3.8rem;
}

.sw-size-36.sw-avatar {
  width: 3.8rem;
  height: 3.8rem;
}

.sw-size-40, .sw-size-40 button {
  font-size: 4rem;
}

.sw-size-40.sw-avatar {
  width: 4rem;
  height: 4rem;
}

.sw-size-46, .sw-size-46 button {
  font-size: 4.6rem;
}

.sw-size-46.sw-avatar {
  width: 4.6rem;
  height: 4.6rem;
}

h6 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2.8rem;
}

h4 {
  font-size: 3.2rem;
}

h3 {
  font-size: 3.8rem;
}

h2 {
  font-size: 4rem;
}

h1 {
  font-size: 4.6rem;
}

@media (max-width: 1919px) {
  .sw-size-24 {
    font-size: calc(2.4rem * .9);
  }
  .sw-size-24.sw-avatar {
    width: calc(2.4rem * .9);
    height: calc(2.4rem * .9);
  }
  .sw-size-28 {
    font-size: calc(2.8rem * .9);
  }
  .sw-size-28.sw-avatar {
    width: calc(2.8rem * .9);
    height: calc(2.8rem * .9);
  }
  .sw-size-32 {
    font-size: calc(3.2rem * .9);
  }
  .sw-size-32.sw-avatar {
    width: calc(3.2rem * .9);
    height: calc(3.2rem * .9);
  }
  .sw-size-36 {
    font-size: calc(3.8rem * .9);
  }
  .sw-size-36.sw-avatar {
    width: calc(3.8rem * .9);
    height: calc(3.8rem * .9);
  }
  .sw-size-40 {
    font-size: calc(4rem * .9);
  }
  .sw-size-40.sw-avatar {
    width: calc(4rem * .9);
    height: calc(4rem * .9);
  }
  .sw-size-46 {
    font-size: calc(4.6rem * .9);
  }
  .sw-size-46.sw-avatar {
    width: calc(4.6rem * .9);
    height: calc(4.6rem * .9);
  }
  h6 {
    font-size: calc(2.4rem * .9);
  }
  h5 {
    font-size: calc(2.8rem * .9);
  }
  h4 {
    font-size: calc(3.2rem * .9);
  }
  h3 {
    font-size: calc(3.8rem * .9);
  }
  h2 {
    font-size: calc(4rem * .9);
  }
  h1 {
    font-size: calc(4.6rem * .9);
  }
}

@media (max-width: 1679px) {
  .sw-size-24 {
    font-size: calc(2.4rem * .85);
  }
  .sw-size-24.sw-avatar {
    width: calc(2.4rem * .85);
    height: calc(2.4rem * .85);
  }
  .sw-size-28 {
    font-size: calc(2.8rem * .85);
  }
  .sw-size-28.sw-avatar {
    width: calc(2.8rem * .85);
    height: calc(2.8rem * .85);
  }
  .sw-size-32 {
    font-size: calc(3.2rem * .85);
  }
  .sw-size-32.sw-avatar {
    width: calc(3.2rem * .85);
    height: calc(3.2rem * .85);
  }
  .sw-size-36 {
    font-size: calc(3.8rem * .85);
  }
  .sw-size-36.sw-avatar {
    width: calc(3.8rem * .85);
    height: calc(3.8rem * .85);
  }
  .sw-size-40 {
    font-size: calc(4rem * .85);
  }
  .sw-size-40.sw-avatar {
    width: calc(4rem * .85);
    height: calc(4rem * .85);
  }
  .sw-size-46 {
    font-size: calc(4.6rem * .85);
  }
  .sw-size-46.sw-avatar {
    width: calc(4.6rem * .85);
    height: calc(4.6rem * .85);
  }
  h6 {
    font-size: calc(2.4rem * .85);
  }
  h5 {
    font-size: calc(2.8rem * .85);
  }
  h4 {
    font-size: calc(3.2rem * .85);
  }
  h3 {
    font-size: calc(3.8rem * .85);
  }
  h2 {
    font-size: calc(4rem * .85);
  }
  h1 {
    font-size: calc(4.6rem * .85);
  }
}

@media (max-width: 1439px) {
  .sw-size-14, .sw-size-14 button {
    font-size: calc(max((1.4rem*.95),1.2rem));
  }
  .sw-size-15, .sw-size-15 button {
    font-size: calc(max((1.5rem*.95),1.2rem));
  }
  .sw-size-16, .sw-size-16 button {
    font-size: calc(max((1.6rem*.95),1.2rem));
  }
  .sw-size-18, .sw-size-18 button {
    font-size: calc(max((1.8rem*.95),1.2rem));
  }
  .sw-size-20, .sw-size-20 button {
    font-size: calc(max((2rem*.95),1.2rem));
  }
  .sw-size-24 {
    font-size: calc(2.4rem * .8);
  }
  .sw-size-24.sw-avatar {
    width: calc(2.4rem * .8);
    height: calc(2.4rem * .8);
  }
  .sw-size-28 {
    font-size: calc(2.8rem * .8);
  }
  .sw-size-28.sw-avatar {
    width: calc(2.8rem * .8);
    height: calc(2.8rem * .8);
  }
  .sw-size-32 {
    font-size: calc(3.2rem * .8);
  }
  .sw-size-32.sw-avatar {
    width: calc(3.2rem * .8);
    height: calc(3.2rem * .8);
  }
  .sw-size-36 {
    font-size: calc(3.8rem * .8);
  }
  .sw-size-36.sw-avatar {
    width: calc(3.8rem * .8);
    height: calc(3.8rem * .8);
  }
  .sw-size-40 {
    font-size: calc(4rem * .8);
  }
  .sw-size-40.sw-avatar {
    width: calc(4rem * .8);
    height: calc(4rem * .8);
  }
  .sw-size-46 {
    font-size: calc(4.6rem * .8);
  }
  .sw-size-46.sw-avatar {
    width: calc(4.6rem * .8);
    height: calc(4.6rem * .8);
  }
  h6 {
    font-size: calc(2.4rem * .8);
  }
  h5 {
    font-size: calc(2.8rem * .8);
  }
  h4 {
    font-size: calc(3.2rem * .8);
  }
  h3 {
    font-size: calc(3.8rem * .8);
  }
  h2 {
    font-size: calc(4rem * .8);
  }
  h1 {
    font-size: calc(4.6rem * .8);
  }
}

@media (max-width: 1023px) {
  .sw-size-24 {
    font-size: calc(2.4rem * .75);
  }
  .sw-size-24.sw-avatar {
    width: calc(2.4rem * .75);
    height: calc(2.4rem * .75);
  }
  .sw-size-28 {
    font-size: calc(2.8rem * .75);
  }
  .sw-size-28.sw-avatar {
    width: calc(2.8rem * .75);
    height: calc(2.8rem * .75);
  }
  .sw-size-32 {
    font-size: calc(3.2rem * .75);
  }
  .sw-size-32.sw-avatar {
    width: calc(3.2rem * .75);
    height: calc(3.2rem * .75);
  }
  .sw-size-36 {
    font-size: calc(3.8rem * .75);
  }
  .sw-size-36.sw-avatar {
    width: calc(3.8rem * .75);
    height: calc(3.8rem * .75);
  }
  .sw-size-40 {
    font-size: calc(4rem * .75);
  }
  .sw-size-40.sw-avatar {
    width: calc(4rem * .75);
    height: calc(4rem * .75);
  }
  .sw-size-46 {
    font-size: calc(4.6rem * .75);
  }
  .sw-size-46.sw-avatar {
    width: calc(4.6rem * .75);
    height: calc(4.6rem * .75);
  }
  h6 {
    font-size: calc(2.4rem * .75);
  }
  h5 {
    font-size: calc(2.8rem * .75);
  }
  h4 {
    font-size: calc(3.2rem * .75);
  }
  h3 {
    font-size: calc(3.8rem * .75);
  }
  h2 {
    font-size: calc(4rem * .75);
  }
  h1 {
    font-size: calc(4.6rem * .75);
  }
}

@media (max-width: 767px) {
  .sw-size-24 {
    font-size: calc(max((2.4rem*.7),2rem));
  }
  .sw-size-24.sw-avatar {
    width: calc(max((2.4rem*.7),2rem));
    height: calc(max((2.4rem*.7),2rem));
  }
  .sw-size-28 {
    font-size: calc(max((2.8rem*.7),2rem));
  }
  .sw-size-28.sw-avatar {
    width: calc(max((2.8rem*.7),2rem));
    height: calc(max((2.8rem*.7),2rem));
  }
  .sw-size-32 {
    font-size: calc(max((3.2rem*.7),2rem));
  }
  .sw-size-32.sw-avatar {
    width: calc(max((3.2rem*.7),2rem));
    height: calc(max((3.2rem*.7),2rem));
  }
  .sw-size-36 {
    font-size: calc(max((3.8rem*.7),2rem));
  }
  .sw-size-36.sw-avatar {
    width: calc(max((3.8rem*.7),2rem));
    height: calc(max((3.8rem*.7),2rem));
  }
  .sw-size-40 {
    font-size: calc(max((4rem*.7),2rem));
  }
  .sw-size-40.sw-avatar {
    width: calc(max((4rem*.7),2rem));
    height: calc(max((4rem*.7),2rem));
  }
  .sw-size-46 {
    font-size: calc(max((4.6rem*.7),2rem));
  }
  .sw-size-46.sw-avatar {
    width: calc(max((4.6rem*.7),2rem));
    height: calc(max((4.6rem*.7),2rem));
  }
  h6 {
    font-size: calc(max((2.4rem*.7),2rem));
  }
  h5 {
    font-size: calc(max((2.8rem*.7),2rem));
  }
  h4 {
    font-size: calc(max((3.2rem*.7),2rem));
  }
  h3 {
    font-size: calc(max((3.8rem*.7),2rem));
  }
  h2 {
    font-size: calc(max((4rem*.7),2rem));
  }
  h1 {
    font-size: calc(max((4.6rem*.7),2rem));
  }
}

.sw-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  line-height: 1;
  padding: 1.1rem 1.6rem;
  border-radius: .35em;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: .3s;
}

.sw-btn:hover {
  color: #fff;
  background-color: var(--m-color-dk);
  border-color: var(--m-color-dk);
}

.sw-btn .sw-btn-name + .sw-icon,
.sw-btn .sw-icon + .sw-btn-name {
  margin-left: .6rem;
}

.sw-btn + .sw-btn {
  margin-left: 1rem;
}

.sw-btn.sw-btn-primary {
  color: #fff;
  background-color: var(--m-color);
  border-color: var(--m-color);
}

.sw-btn.sw-btn-primary:hover {
  color: #fff;
  background-color: var(--m-color-dk);
  border-color: var(--m-color-dk);
}

.sw-btn.sw-btn-outline {
  background-color: transparent;
}

.sw-btn.sw-btn-outline:hover {
  color: #111;
  border-color: #bbb;
}

.sw-btn.sw-btn-primary.sw-btn-outline {
  color: var(--sw-btn-primary);
  background-color: transparent;
  border-color: var(--sw-btn-primary);
}

.sw-btn.sw-btn-primary.sw-btn-outline:hover {
  color: #fff;
  background-color: var(--m-color-dk);
  border-color: var(--m-color-dk);
}

.sw-btn.sw-btn-rounded {
  border-radius: 2em;
}

.sw-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: all .3s;
}

.sw-hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}

[hidden] {
  display: none !important;
}

.sw-text-over {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.sw-text-over2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.sw-text-over3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.sw-text-over4 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.sw-radius-def {
  --sw-radius-def: 2.4rem;
  border-radius: var(--sw-radius-def);
}

@media (max-width: 1919px) {
  .sw-radius-def {
    border-radius: calc(var(--sw-radius-def) * .9);
  }
}

@media (max-width: 1679px) {
  .sw-radius-def {
    border-radius: calc(var(--sw-radius-def) * .8);
  }
}

@media (max-width: 1439px) {
  .sw-radius-def {
    border-radius: calc(var(--sw-radius-def) * .7);
  }
}

@media (max-width: 1023px) {
  .sw-radius-def {
    border-radius: calc(var(--sw-radius-def) * .6);
  }
}

@media (max-width: 767px) {
  .sw-radius-def {
    border-radius: calc(var(--sw-radius-def) * .5);
  }
}

.sw-f-xlyt {
  display: flex;
  align-items: flex-start;
}

.sw-f-xlyc {
  display: flex;
  align-items: center;
}

.sw-f-xlyb {
  display: flex;
  align-items: flex-end;
}

.sw-f-xlyn {
  display: flex;
}

.sw-f-xcyt {
  display: flex;
  justify-content: center;
}

.sw-f-xcyc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-f-xcyb {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sw-f-xcyn {
  display: flex;
  justify-content: center;
}

.sw-f-xryt {
  display: flex;
  justify-content: flex-end;
}

.sw-f-xryc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sw-f-xryb {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.sw-f-xryn {
  display: flex;
  justify-content: flex-end;
}

.sw-f-xbyt {
  display: flex;
  justify-content: space-between;
}

.sw-f-xbyc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sw-f-xbyb {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sw-f-xbyn {
  display: flex;
  justify-content: space-between;
}

.sw-f-col {
  flex-direction: column;
}

.sw-f-wrap {
  flex-wrap: wrap;
}

.sw-f-line {
  display: inline-flex;
}

.sw-shrink-0 {
  flex-shrink: 0;
}

.sw-flex-1 {
  flex: 1;
  overflow: hidden;
}

.sw-bg-white {
  background-color: white;
}

.sw-wh-100,
.sw-w-100 {
  width: 100%;
}

.sw-wh-100,
.sw-h-100 {
  height: 100%;
}

.sw-text-center {
  text-align: center;
}

.sw-text-bold {
  font-weight: bold;
}

.sw-bgimg {
  background-size: cover;
  background-position: center center;
}

.sw-bgimg-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.sw-bgimg-box .sw-bgimg {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}

.sw-hover-item .sw-bgimg-box .sw-bgimg {
  transition: .3s ease-out;
}

.sw-hover-item:hover .sw-bgimg {
  transform: scale(1.1);
}

.sw-flex-TB {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.sw-flex-TB .sw-flex-T, .sw-flex-TB .sw-flex-B {
  flex-shrink: 0;
}

.sw-flex-TB .sw-flex-M {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
