:root {
  --bs-body-font-weight: 400;
  --bs-body-font-size: 0.8rem;
}

body {
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif !important;
  font-size: 0.8rem;
}

img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .nav-item.dropdown .dropdown-menu .nav-item a {
    color: #fff !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact-flow {
    position: fixed;
    right: 0.2941176471rem;
    bottom: 20%;
    z-index: 71;
  }
  .contact-flow .contact-flow-sq {
    padding: 0.65rem 0.45rem;
    background-color: var(--bs-blue);
    color: #fff;
    writing-mode: vertical-lr;
    border-radius: 20px;
    font-size: 0.7647058824rem;
    margin-bottom: 0.7058823529rem;
    position: relative;
    text-align: center;
  }
  .contact-flow .contact-flow-sq img {
    width: 1.2352941176rem;
    margin-left: -7px;
  }
  .contact-flow .contact-flow-sq span {
    letter-spacing: 4px;
  }
  .contact-flow .contact-flow-sq .contact-flow-wx-content {
    top: -2.9411764706rem;
  }
  .contact-flow .contact-flow-wx, .contact-flow .contact-flow-tel {
    padding: 0.5rem;
    border-radius: 50%;
    width: 2.1176470588rem;
    height: 2.1176470588rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 0.7058823529rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .contact-flow .contact-flow-wx:last-child, .contact-flow .contact-flow-tel:last-child {
    margin-bottom: 0;
  }
  .contact-flow .contact-flow-wx img, .contact-flow .contact-flow-tel img {
    width: 1.4117647059rem;
  }
  .contact-flow .contact-flow-sq:hover .contact-flow-wx-content, .contact-flow .contact-flow-wx:hover .contact-flow-wx-content {
    display: block;
  }
  .contact-flow .contact-flow-tel:hover .contact-flow-tel-content {
    display: block;
  }
  .contact-flow .contact-flow-wx-content {
    display: none;
    background-color: var(--bs-blue);
    padding: 0.7058823529rem;
    box-sizing: border-box;
    position: absolute;
    top: -8.2352941176rem;
    left: -9.1176470588rem;
    writing-mode: initial;
  }
  .contact-flow .contact-flow-wx-content .__item {
    color: #fff;
    text-align: center;
    margin-bottom: 0.7058823529rem;
  }
  .contact-flow .contact-flow-wx-content .__item:last-child {
    margin-bottom: 0;
  }
  .contact-flow .contact-flow-wx-content .__item img {
    width: 7.0588235294rem;
    margin-bottom: 0.1764705882rem;
  }
  .contact-flow .contact-flow-wx-content .__item .__item-name {
    font-size: 0.8235294118rem;
    margin-bottom: 0.2352941176rem;
  }
  .contact-flow .contact-flow-wx-content .__item .__item-position {
    font-size: 0.7647058824rem;
  }
  .contact-flow .contact-flow-tel-content {
    display: none;
    background-color: var(--bs-blue);
    padding: 0.7058823529rem;
    position: absolute;
    bottom: -0.5882352941rem;
    right: 2.9411764706rem;
    width: 11.4705882353rem;
  }
  .contact-flow .contact-flow-tel-content .__item {
    display: flex;
    margin-bottom: 0.9411764706rem;
  }
  .contact-flow .contact-flow-tel-content .__item:last-child {
    margin-bottom: 0;
  }
  .contact-flow .contact-flow-tel-content .__item img {
    width: 2.1176470588rem;
    height: 2.1176470588rem;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin-right: 0.3529411765rem;
  }
  .contact-flow .contact-flow-tel-content .__item .__name {
    font-size: 0.7647058824rem;
    margin-bottom: 0.3529411765rem;
    color: #fff;
    line-height: 1.1;
  }
  .contact-flow .contact-flow-tel-content .__item .__tel {
    font-size: 0.9411764706rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  .create-account {
    padding: 1.4117647059rem 0.9411764706rem;
    background-color: #049bff;
  }
  .create-account .tryout {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
  }
  .create-account .tryout h2 {
    color: #fff;
    font-size: 1.0588235294rem;
  }
  .create-account .tryout .tryout-input {
    border: none;
    padding: 0;
    overflow: hidden;
  }
  .create-account .tryout .tryout-input input {
    height: 2.4411764706rem;
  }
  .create-account .tryout .new-home-banner-mobile-error {
    color: #fff;
    margin-bottom: 0;
  }
  .create-account .tryout .tryout-btn {
    background-color: #383E59;
    margin-top: 1rem;
    color: #049BFF;
  }
  .create-account .title {
    font-size: 1.0588235294rem;
    color: #fff;
    margin-bottom: 0.9411764706rem;
    font-weight: bold;
  }
  .create-account .desc {
    font-size: 0.7647058824rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1.4117647059rem;
  }
  .create-account .button a {
    display: block;
    height: 2.8235294118rem;
    line-height: 2.8235294118rem;
    font-size: 0.9411764706rem;
    text-align: center;
    color: #049bff;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    text-decoration: none;
  }
  .results {
    background-color: #262931;
    padding: 0 0.9411764706rem;
  }
  .results ul {
    display: flex;
    height: 3.7941176471rem;
    padding: 0.7058823529rem 0;
  }
  .results ul li {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .results ul li::after {
    height: 75%;
    content: "";
    width: 1px;
    background-color: #6A6C72;
    display: block;
    transform: rotate(30deg);
    position: absolute;
    right: 1.6470588235rem;
    top: 0.5882352941rem;
  }
  .results ul li:nth-child(1), .results ul li:nth-child(2) {
    width: 40%;
  }
  .results ul li:last-child {
    width: 26%;
  }
  .results ul li:last-child::after {
    display: none;
  }
  .results ul li .results-top {
    font-size: 0.9411764706rem;
    color: #bdbdbf;
    margin-bottom: 0.5rem;
  }
  .results ul li .results-top span {
    font-size: 0.7647058824rem;
  }
  .results ul li .results-bottom {
    font-size: 0.4705882353rem;
    color: #6A6C72;
  }
  .tryout {
    width: 20.5882352941rem;
    background: #fff;
    padding: 1.7058823529rem;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.19);
    border-radius: 5px 5px 5px 5px;
    margin: -4.9117647059rem auto 2.4411764706rem;
    position: relative;
    z-index: 1;
  }
  .tryout h2 {
    font-size: 0.9411764706rem;
    font-weight: bold;
    color: #5e6485;
    text-align: center;
    margin-bottom: 1.6176470588rem;
  }
  .tryout .tryout-input {
    height: 2.4411764706rem;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    position: relative;
    padding: 0.1470588235rem;
    box-sizing: border-box;
    margin-bottom: 1.0294117647rem;
  }
  .tryout .tryout-input ::-webkit-input-placeholder {
    color: #CCCCCC !important;
  }
  .tryout .tryout-input form {
    background-color: #fff;
  }
  .tryout .tryout-input input {
    height: 2.0588235294rem;
    width: 98%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 1.7647058824rem;
    font-size: 0.9411764706rem;
    color: #24284B;
  }
  .tryout .tryout-input svg {
    position: absolute;
    left: 0.4705882353rem;
    top: 0.5882352941rem;
  }
  .tryout .tryout-btn {
    width: 100%;
    height: 2.4411764706rem;
    background: #F27117;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9411764706rem;
  }
  .tryout .new-home-banner-mobile-error {
    font-size: 0.7058823529rem;
    color: #f00;
    margin-bottom: 10px;
  }
  .verify-mask {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    display: none;
  }
  .verify-mask .verify-mask-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 145px;
  }
  .verify-mask .verify-mask-wrapper img {
    width: 100%;
  }
  .verify-mask .verify-mask-wrapper .yz-bar {
    padding: 0.5882352941rem 1.1764705882rem;
    background: #fff;
  }
  .verify-mask #dom_reg_m_1 {
    height: auto;
  }
  .verify-mask .verilfy-mask-close {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: scale(0.5);
    margin-left: -20px;
    cursor: pointer;
  }
  .new-reg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999999;
    box-sizing: border-box;
  }
  .new-reg-container {
    position: fixed;
    left: 20px;
    top: 60px;
    width: calc(100% - 40px);
    padding: 40px;
    /* height: 425px; */
    margin: auto;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  }
  .new-reg .new-reg-top {
    margin-bottom: 20px;
  }
  .new-reg .new-reg-top h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #f00;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .new-reg .new-reg-top p {
    color: #999;
    font-size: 13px;
  }
  .new-reg .new-reg-form .new-reg-form-item {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
  }
  .new-reg .new-reg-form .new-reg-form-item .iconfont {
    font-size: 18px;
    position: absolute;
    left: 13px;
    top: 11px;
  }
  .new-reg .new-reg-form i.focus {
    color: #0099ff;
  }
  .new-reg .new-reg-form input {
    /* border: 1px solid #e5e5e5; */
    border: none;
    line-height: 40px;
    padding-left: 40px;
    color: #999;
    width: 100%;
    box-sizing: border-box;
    outline: none;
  }
  .new-reg .new-reg-form input::-webkit-input-placeholder {
    color: #ccc;
  }
  .new-reg .new-reg-form input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
  }
  .new-reg .new-reg-form button {
    /* border: 1px solid #e5e5e5; */
    border: none;
    border-left: none;
    color: #0099ff;
    opacity: 0.6;
    width: 200px;
    background: #fff;
    cursor: pointer;
  }
  .new-reg .new-reg-form button#newRegBtn {
    padding: 12px 0;
    background: #f27117;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .new-reg .new-reg-form button#newRegSendCode {
    cursor: not-allowed;
  }
  .new-reg .new-reg-form button#newRegSendCode.new-reg-send-vericode {
    color: #0099ff;
    cursor: pointer;
    opacity: 1;
  }
  .new-reg .new-reg-form .new-reg-form-item.check-vericode {
    display: flex;
  }
  .new-reg .new-reg-bottom {
    color: #FF0000;
    font-size: 13px;
  }
  .vericode-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
  }
  #newRegBtn {
    opacity: 1;
  }
  .disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
  }
  .new-reg .close {
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin-left: -30px;
    color: #999;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .new-reg .close:hover {
    color: #0099ff;
  }
  .new-reg-validate {
    text-align: left;
    color: #f00;
    font-size: 12px;
  }
  #domOnPage {
    padding-right: 10px;
  }
  #dom_id, #dom_id .nc_wrapper {
    width: 100% !important;
  }
  #dom_id .nc-container {
    width: 100%;
  }
  #dom_reg_m_1 .nc_wrapper {
    width: 100% !important;
  }
  #dom_reg_m_1 .nc_wrapper .nc_scale, #dom_reg_m_1 .nc_wrapper .slidetounlock {
    width: 100% !important;
    height: 34px !important;
  }
  #dom_reg_m_1 .nc_wrapper .nc_scale span, #dom_reg_m_1 .nc_wrapper .slidetounlock span {
    height: 34px !important;
    line-height: 34px !important;
  }
  .sm-pop-inner {
    position: static !important;
  }
  .new-reg .new-reg-form .new-reg-form-item.new-reg-voice {
    font-size: 12px;
    text-align: right;
    color: #999;
    display: none;
  }
  .new-reg .new-reg-form .new-reg-voicebotton {
    border: none;
    outline: none;
    background-color: transparent;
    width: auto;
    font-size: 12px;
  }
  .new-reg .new-reg-form .send-status {
    color: #999;
    font-size: 12px;
    text-align: right;
  }
  .register {
    margin-bottom: 0.0588235294rem;
  }
  .register img {
    width: 100%;
    display: block;
  }
  .index-banner {
    background-position: 0 100%;
    height: 400px;
  }
  .index-banner h1, .index-banner p {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(4px);
  }
  .site001-index-case .site001-index-case-title {
    font-size: 0.75rem;
  }
  .navbar-collapse {
    height: 100vh;
  }
  .skin006-pipe .swiper-slide {
    position: relative;
  }
  .skin006-pipe .swiper-slide::after {
    display: none;
  }
  .breadcrumb-item {
    max-width: 100%;
  }
  .breadcrumb-item a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tags-item {
    padding-bottom: 0.6rem;
  }
  .tags-item:last-child {
    padding-bottom: 0;
  }
  .tags-item p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.breadcrumb {
  display: flex;
  /*flex-wrap: wrap;*/
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item:last-child {
  overflow: hidden;
  flex: 1;
}

.offcanvas-header {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--bs-blue);
  background-color: #fff;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}

.top-nav-btn {
  display: inline-block;
  border: 1px solid var(--bs-blue);
  color: var(--bs-blue);
  font-size: 13px;
  padding: 0.1rem 0.5rem;
  border-radius: 2px;
}
.top-nav-btn:hover, .top-nav-btn.solid {
  background-color: var(--bs-blue);
  color: #fff;
}

.navbar {
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.index-news-h2 {
  position: relative;
  padding-left: 12px;
}
.index-news-h2::before {
  content: "";
  width: 3px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--bs-blue);
}

.index-news {
  border-bottom: 1px solid #e5e5e5;
}
.index-news:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}
.index-news:hover h3 {
  color: var(--bs-blue);
}

.site001-index-case {
  position: relative;
}
.site001-index-case .site001-index-case-title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  width: 100%;
  background-color: var(--bs-blue);
  opacity: 0.9;
}

.site005-footer-form {
  border-radius: 0;
}

.form-floating textarea.form-control {
  padding: 0.6rem 1rem !important;
}
.form-floating .form-control {
  padding: 0.2rem 0.5rem !important;
  height: 1.5rem;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.site001-footer-form-btn {
  padding: 0.3rem 1rem;
  font-size: 14px;
}

.widget {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.widget .widget-title {
  padding: 0.6rem;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
}

.top-event p {
  color: #333;
  display: flex;
  align-items: flex-start;
}
.top-event p span {
  flex-shrink: 0;
  display: inline-block;
  color: #FF6A00;
  background-color: #FFEBDD;
  padding: 0.2rem 0.8rem;
  margin-right: 0.4rem;
}
.top-event p a {
  color: inherit;
}
.top-event p a:hover {
  color: var(--bs-blue);
}

.skin006-price-item {
  border: 1px solid #e5e5e5;
  transition: all 0.2s;
  position: relative;
}
.skin006-price-item.__hot::after {
  width: 70px;
  height: 62px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("/static/web/skin007/img/skin007/jiaobiao.svg") no-repeat;
}
.skin006-price-item:hover {
  border-color: var(--bs-blue);
  box-shadow: 0 0 10px var(--bs-blue);
}
.skin006-price-item .__price {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  color: #ff6a00;
}
.skin006-price-item .__num {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
.skin006-price-item .__num:last-child {
  border-bottom: none;
}
.skin006-price-item .__btn {
  background-color: #e5e5e5;
}
.skin006-price-item .__btn a {
  display: inline-block;
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 2px;
}
.skin006-price-item .__btn a:hover {
  opacity: 0.9;
}

.skin006-scene-tag {
  background-color: #F2F5FC;
  border-radius: 4px;
  color: #333;
}

.skin006-scene-wrapper .swiper-pagination {
  bottom: -2.5rem !important;
}

.skin006-doc-item {
  box-shadow: 0 0 5px var(--bs-blue);
}
.skin006-doc-item h4 {
  text-align: left;
  background-color: var(--bs-blue);
}
.skin006-doc-item ul {
  background-color: #fff;
}
.skin006-doc-item ul li {
  list-style-position: inside;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skin006-ask-item a {
  color: #333;
}
.skin006-ask-item a:hover {
  color: var(--bs-blue);
}

.ihuyi-company {
  background-color: #fff;
}
.ihuyi-company .ihuyi-container {
  height: 672px;
  overflow: hidden;
  position: relative;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group {
  overflow: hidden;
  width: 120%;
  margin-left: -30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box {
  height: 80px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box.on-hover img:nth-child(1) {
  display: none;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box.on-hover img:nth-child(2) {
  display: inline-flex;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box img {
  height: 100%;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box img:nth-child(1) {
  display: inline-flex;
}
.ihuyi-company .ihuyi-container .ihuyi-company-group .ihuyi-company-box img:nth-child(2) {
  display: none;
}
.ihuyi-company .ihuyi-container .ihuyi-company-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 15px;
  border-radius: 151px;
  background: radial-gradient(#fff, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  text-align: center;
}
.ihuyi-company .ihuyi-container .ihuyi-company-block .ihuyi-company-title {
  font-size: 28px;
  font-weight: 600;
  padding: 0 15px 0 15px;
  color: var(--bs-blue);
  margin-bottom: 10px;
}
.ihuyi-company .ihuyi-container .ihuyi-company-block .ihuyi-company-text a {
  color: #fff;
  margin: auto;
  display: block;
  letter-spacing: 4px;
  line-height: 50px;
  width: 160px;
  font-size: 18px;
  background-image: linear-gradient(90deg, #0074FF, #E4F0FF);
}
.ihuyi-company .ihuyi-container .ihuyi-company-block .ihuyi-company-text a:hover {
  background-image: linear-gradient(90deg, #0074FF, #E4F0FF);
}
.ihuyi-company .ihuyi-container .ihuyi-company-mask-top, .ihuyi-company .ihuyi-container .ihuyi-company-mask-bottom {
  z-index: 70;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
}
.ihuyi-company .ihuyi-container .ihuyi-company-mask-top {
  top: 0;
}
.ihuyi-company .ihuyi-container .ihuyi-company-mask-bottom {
  bottom: 0;
  background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}
.ihuyi-company.ihuyi-animation-waterfall-l .ihuyi-company-group {
  animation: waterfall-l 50s linear infinite normal;
}
.ihuyi-company.ihuyi-hover .ihuyi-company-box:hover {
  cursor: pointer;
  border-radius: 1px;
  box-shadow: 0px 3px 6px 1px rgba(7, 25, 56, 0.16);
}
.ihuyi-company.ihuyi-hover .ihuyi-company-box:hover img {
  opacity: 1;
}

@keyframes waterfall-l {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.footer-banner {
  color: #fff;
  background: url("/static/web/skin006/img/skin006/banner_bottom.webp") no-repeat;
  background-size: 100% 100%;
}
.footer-banner a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 4px;
}

.bottom-links {
  display: flex;
  justify-content: space-between;
}
.bottom-links .__item {
  flex: 1;
}
.bottom-links .__item h4 {
  font-size: 14px;
  color: #333;
}
.bottom-links .__item .row .col-6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bottom-links .__item a {
  color: inherit;
  font-size: 13px;
}
.bottom-links .__item a:hover {
  color: var(--bs-blue);
}
.bottom-links .__item .__btn {
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 2px;
}
.bottom-links .__item .__btn:hover {
  color: #fff;
  opacity: 0.8;
}

.skin006-pipe .swiper-slide {
  position: relative;
}
.skin006-pipe .swiper-slide:last-child::after {
  display: none;
}
.skin006-pipe .swiper-slide::after {
  content: "";
  background: url("/static/web/skin006/img/skin006/arrow.svg") no-repeat center center;
  width: 194px;
  height: 6px;
  position: absolute;
  top: 40px;
  right: -38%;
}

.tags-list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.tags-list h3 {
  padding-left: 0.8rem;
  position: relative;
}
.tags-list h3::before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.tags-list a:hover h4 {
  color: var(--bs-blue);
}
.tags-list p {
  color: #999;
}

.skin006-slide {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.6rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  width: 120px;
  background-color: #fff;
  z-index: 2;
}
.skin006-slide img {
  display: block;
  margin-bottom: 0.4rem;
  width: 96px;
}
.skin006-slide .skin006-slide-link {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  padding: 0.2rem 0.4rem;
  color: #fff;
  background-color: var(--bs-blue);
  text-align: center;
  border-radius: 2px;
}
.skin006-slide .skin006-slide-link:hover {
  opacity: 0.8;
}

.skin006-sl-scene-swiper {
  height: 531px;
  display: flex;
  align-items: center;
}
.skin006-sl-scene-swiper .swiper-slide, .skin006-sl-scene-swiper .swiper-wrapper {
  height: auto;
}
.skin006-sl-scene-swiper .swiper-slide {
  width: 223px !important;
}
.skin006-sl-scene-swiper .swiper-wrapper {
  box-sizing: border-box !important;
}

.skin006-sl-scene .__item {
  position: relative;
}
.skin006-sl-scene .__item.__ontop {
  width: 275px;
  height: 491px;
  background: url("/static/web/skin006/img/skin006/sl_mobile.png") no-repeat;
  padding: 20px;
  padding-top: 149px;
  position: absolute;
  top: -50%;
  margin-top: -43px;
  left: -26px;
}
.skin006-sl-scene .__item > div {
  font-size: 12px;
  color: #999;
  background-color: #f2f5f7;
  padding: 12px;
  min-height: 180px;
}
.skin006-sl-scene .__item > p {
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0;
}

.bottom-copyright {
  white-space: pre-line;
}

@media screen and (max-width: 768px) {
  .skin006-sl-scene-swiper {
    height: auto;
    display: block;
    align-items: unset;
  }
  .skin006-sl-scene-swiper .swiper-slide, .skin006-sl-scene-swiper .swiper-wrapper {
    height: auto;
  }
  .skin006-sl-scene-swiper .swiper-slide {
    width: inherit !important;
  }
  .skin006-sl-scene-swiper .swiper-wrapper {
    background-color: transparent !important;
    box-sizing: content-box !important;
  }
  .skin006-sl-scene .__item {
    padding: 0.8rem;
    background-color: #fff;
    position: static;
  }
  .skin006-sl-scene .__item.__ontop {
    width: auto;
    height: auto;
    background: #fff !important;
    padding: 0.8rem;
    position: static;
    top: -50%;
    margin-top: 0;
    left: -26px;
  }
  .skin006-sl-scene .__item > div {
    font-size: 14px;
  }
}

/*# sourceMappingURL=cus.css.map */
