@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("../fonts/fontke.woff2") format("woff2"),
		 url("../fonts/fontke.woff") format("woff"),
		 url("../fonts/fontke.ttf") format("truetype"),
		 url("../fonts/fontke.eot") format("embedded-opentype"),
		 url("../fonts/fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005CE6;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container10 {
  margin: 0 auto;
  width: 85%;
  max-width: 1440px;
}
@media (max-width: 1260px) {
  .container10 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005CE6;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #005CE6;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1260px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1260px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1260px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1260px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1260px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font42 {
  font-size: 0.42rem;
}
@media (max-width: 1260px) {
  .font42 {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  .font42 {
    font-size: 0.42rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1260px) {
  .font44 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font44 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1260px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.4rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
@media (max-width: 1260px) {
}
@media (max-width: 767px) {
  .font50 {
    font-size: 0.44rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1260px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1260px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
/* 金蝶云·星空旗舰版 */
.starrybanner {
  position: relative;
}
.starrybanner .bag {
  width: 100%;
}
.starrybanner .bag:before {
  padding-top: 33.125%;
  max-height: 6.36rem;
}
@media (max-width: 991px) {
  .starrybanner .bag:before {
    max-height: initial;
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .starrybanner .bag:before {
    padding-top: 106.66666667%;
  }
}
.starrybanner .bag:after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bannbagwerimgaz1.png) no-repeat center / 100% 100%;
}
.starrybanner .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #fff;
}
.starrybanner .cont .font {
  max-width: 4.9rem;
}
@media (max-width: 991px) {
  .starrybanner .cont .font {
    max-width: 5.3rem;
  }
}
@media (max-width: 767px) {
  .starrybanner .cont .font {
    max-width: 100%;
  }
}
.starrybanner .cont .font .f_tit {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.starrybanner .cont .font .text {
  line-height: 1.33333333;
  margin-bottom: 0.39rem;
}
.starrybanner .cont .font .text p {
  opacity: 0.8;
}
.starrybanner .cont .font .but {
  display: flex;
  align-items: center;
}
.starrybanner .cont .font .but .starrybox_but {
  margin-right: 0.2rem;
}
.starrybanner .cont .font .but .starrybox_but:last-child {
  margin-right: 0;
}
.starrybox_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.12rem 0.22rem;
  min-width: 1.26rem;
  border-radius: 4px;
  border: solid 1px rgba(239, 241, 246, 0.4);
  color: #fff;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.starrybox_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #115af7 0%, #1084fb 50%, #0fabfe 100%);
  opacity: 0;
  transition: all 0.4s;
}
.starrybox_but span,
.starrybox_but img,
.starrybox_but svg {
  position: relative;
}
.starrybox_but i {
  display: flex;
  align-items: center;
  width: 0;
  opacity: 0;
  margin-left: 0;
  transition: all 0.4s;
  overflow: hidden;
  height: 13px;
  position: relative;
}
@media (max-width: 1580px) {
  .starrybox_but i {
    width: 0;
    height: 10px;
  }
}
.starrybox_but img,
.starrybox_but svg {
  width: 8px;
  max-width: inherit;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 1580px) {
  .starrybox_but img,
  .starrybox_but svg {
    width: 6px;
    height: 10px;
  }
}
.starrybox_but img path,
.starrybox_but svg path {
  fill: #fff;
}
.starrybox_but:hover {
  color: #fff;
}
.starrybox_but:hover i {
  opacity: 1;
  width: 8px;
  transform: translateX(0.1rem);
}
@media (max-width: 1580px) {
  .starrybox_but:hover i {
    width: 6px;
  }
}
.starrybox_but2 {
  border-color: transparent;
}
.starrybox_but2:before {
  opacity: 1;
}
.starrybox_tit {
  text-align: center;
}
.starrybox_tit .f_tit {
  font-weight: bold;
  color: #252b3a;
}
.starrybox_tit .f_text {
  color: #575d6c;
  line-height: 1.5;
  margin-top: 0.16rem;
}
.starrybox-sec1 {
  padding: 0.6rem 0 0.61rem;
}
@media (max-width: 767px) {
  .starrybox-sec1 {
    padding: 1.2rem 0 0.8rem;
  }
}
.starrybox-sec1 .starrybox_tit {
  margin-bottom: 0.83rem;
}
.starrybox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
}
.starrybox-sec1 .cont .item {
  width: 33.333%;
  padding: 0 0.5rem;
  text-align: justify;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .starrybox-sec1 .cont .item {
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .starrybox-sec1 .cont .item {
    width: 100%;
    padding: 0.2rem;
  }
}
.starrybox-sec1 .cont .item .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.starrybox-sec1 .cont .item .list .f_icon {
  height: 0.6rem;
  margin-bottom: 0.2rem;
}
.starrybox-sec1 .cont .item .list .f_icon img {
  height: 100%;
}
.starrybox-sec1 .cont .item .list .f_tit {
  color: #252b3a;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.starrybox-sec1 .cont .item .list .f_text {
  color: #575d6c;
  line-height: 1.5;
}
.starrybox-sec1 .starrybox1_cont .swiper-pagination {
  margin-top: 0.2rem;
  position: relative;
}
.starrybox-sec1 .starrybox1_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.5rem;
  text-align: justify;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .starrybox-sec1 .starrybox1_cont .swiper-slide {
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .starrybox-sec1 .starrybox1_cont .swiper-slide {
    width: 100%;
    padding: 0.2rem;
  }
}
.starrybox-sec1 .starrybox1_cont .swiper-slide .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.starrybox-sec1 .starrybox1_cont .swiper-slide .list .f_icon {
  height: 0.6rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .starrybox-sec1 .starrybox1_cont .swiper-slide .list .f_icon {
    height: 0.8rem;
  }
}
.starrybox-sec1 .starrybox1_cont .swiper-slide .list .f_icon img {
  height: 100%;
}
.starrybox-sec1 .starrybox1_cont .swiper-slide .list .f_tit {
  color: #252b3a;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.starrybox-sec1 .starrybox1_cont .swiper-slide .list .f_text {
  color: #575d6c;
  line-height: 1.5;
}
.starrybox-sec2 {
  background-color: #f4f6f9;
  padding: 0.9rem 0 0.7rem;
}
@media (max-width: 767px) {
  .starrybox-sec2 {
    padding: 1.1rem 0 0.9rem;
  }
}
.starrybox-sec2 .starrybox_tit {
  margin-bottom: 0.45rem;
}
.starrybox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .starrybox-sec2 .cont {
    width: 100%;
    margin: 0;
  }
}
.starrybox-sec2 .cont .item {
  width: 50%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .starrybox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.starrybox-sec2 .cont .item .list {
  display: block;
  height: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  border: solid 2px #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0.46rem 0.46rem 0.38rem;
  padding-right: 0.6rem;
}
@media (max-width: 767px) {
  .starrybox-sec2 .cont .item .list {
    padding: 0.46rem 0.36rem;
  }
}
.starrybox-sec2 .cont .item .list:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -2.6rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/imgftuwbagimg1.png) no-repeat center / 100% 100%;
}
.starrybox-sec2 .cont .item .list .font {
  width: 100%;
}
.starrybox-sec2 .cont .item .list .font .f_tit {
  color: #252b3a;
  font-weight: bold;
  margin-bottom: 0.17rem;
}
.starrybox-sec2 .cont .item .list .font .f_text {
  line-height: 1.625;
  color: #575d6c;
}
.starrybox-sec2 .cont .item .list .f_jt {
  margin-top: 0.68rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.starrybox-sec2 .cont .item .list .f_jt .li {
  width: auto;
  max-width: 33.33%;
}
.starrybox-sec2 .cont .item .list .f_jt .li .shu {
  line-height: 0.9;
  display: flex;
  align-items: flex-end;
  color: #39befb;
  font-weight: bold;
  padding-right: 0.6rem;
  margin-bottom: 0.12rem;
}
.starrybox-sec2 .cont .item .list .f_jt .li .shu span {
  /* 使用 linear-gradient 创建从右到左的渐变背景 */
  background-image: linear-gradient(90deg, #115af7 0%, #1084fb 50%, #0fabfe 100%);
  /* 将渐变背景仅应用于文字内容区域，而非整个元素 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置透明文字颜色，以便让背景渐变显示出来 */
  color: transparent;
}
.starrybox-sec2 .cont .item .list .f_jt .li .text {
  color: #252b3a;
}
.starrybox-sec2 .cont .item .list .f_jt .f_li {
  max-width: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1580px) {
  .starrybox-sec2 .cont .item .list .f_jt .f_li {
    max-width: 1.2rem;
  }
}
@media (max-width: 767px) {
  .starrybox-sec2 .cont .item .list .f_jt .f_li {
    max-width: initial;
    width: 50%;
    text-align: center;
    margin-bottom: 0.4rem;
    padding: 0 0.38rem;
  }
}
.starrybox-sec2 .cont .item .list .f_jt .f_li .f_icon {
  width: 0.58rem;
  height: 0.58rem;
  background-color: #ffffff;
  box-shadow: 0px 7px 0.16rem 0px rgba(167, 187, 232, 0.18);
  border-radius: 0.1rem;
  border: solid 1px #e9f0f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.18rem;
}
@media (min-width: 768px) {
  .starrybox-sec2 .cont .item .list .f_jt .f_li .f_icon {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .starrybox-sec2 .cont .item .list .f_jt .f_li .f_icon {
    width: 0.78rem;
    height: 0.78rem;
  }
}
.starrybox-sec2 .cont .item .list .f_jt .f_li .f_icon img {
  width: auto;
  height: auto;
  max-width: 48.27586207%;
  max-height: 48.27586207%;
  object-fit: contain;
}
.starrybox-sec2 .cont .item .list .f_jt .f_li .text {
  color: #252b3a;
  line-height: 1.5;
}
.starrybox-sec2 .cont .item:nth-child(2):not(:first-child) .list:before,
.starrybox-sec2 .cont .item:nth-child(3):not(:first-child) .list:before {
  top: -2rem;
  background: url(../images/imgftuwbagimg2.png) no-repeat center / 100% 100%;
}
@media (min-width: 768px) {
  .starrybox-sec2 .cont .f_item2 {
    width: 72.1%;
  }
}
.starrybox-sec2 .cont .f_item2 .list .f_jt .li {
  width: 25%;
  max-width: initial;
  padding-right: 0.66rem;
}
@media (max-width: 767px) {
  .starrybox-sec2 .cont .f_item2 .list .f_jt .li {
    width: 50%;
    text-align: center;
    padding-right: 0;
    padding: 0 0.16rem;
    margin-bottom: 0.26rem;
  }
  .starrybox-sec2 .cont .f_item2 .list .f_jt .li .shu {
    justify-content: center;
    padding-right: 0;
  }
}
.starrybox-sec2 .cont .f_item2 .list .f_jt .li:last-child {
  padding-right: 0;
}
.starrybox-sec2 .cont .f_item2 .list .f_jt .li .name {
  color: #575d6c;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .starrybox-sec2 .cont .f_item3 {
    width: 27.9%;
  }
}
@media (min-width: 768px) {
  .starrybox-sec2 .cont .f_item3 .list {
    padding-left: 0.3rem;
    padding-right: 0.5rem;
  }
}
.starrybox-sec2 .cont .f_item3 .list .f_jt {
  position: relative;
}
.starrybox-sec2 .cont .f_item3 .list .f_jt .li {
  position: relative;
  z-index: 2;
}
.starrybox-sec2 .cont .f_item3 .list .f_jt .f_img {
  position: absolute;
  right: -0.4rem;
  top: -0.4rem;
  width: 2.08rem;
}
@media (max-width: 767px) {
  .starrybox-sec2 .cont .f_item3 .list .f_jt .f_img {
    top: -0.9rem;
    right: 0.4rem;
    width: 3rem;
  }
}
.starrybox-sec2 .cont .f_item3 .list .f_jt .f_img:before {
  padding-top: 81.73076923%;
}
.starrybox-sec3 {
  padding: 0.73rem 0 1.48rem;
}
@media (max-width: 767px) {
  .starrybox-sec3 {
    padding: 1.1rem 0 1.2rem;
  }
}
.starrybox-sec3 .starrybox_tit {
  margin-bottom: 0.42rem;
}
.starrybox-sec3 .f_nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0.77rem;
}
@media (max-width: 767px) {
  .starrybox-sec3 .f_nav {
    margin-bottom: 0.4rem;
  }
}
.starrybox-sec3 .f_nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dce0e6;
}
.starrybox-sec3 .f_nav .starrybox3_nav {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.starrybox-sec3 .f_nav .starrybox3_nav .swiper-slide {
  width: auto;
  margin: 0 0.24rem;
}
.starrybox-sec3 .f_nav .starrybox3_nav .swiper-slide .item {
  color: #252b3a;
  transition: all 0.4s;
  padding: 0 0.1rem 0.12rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 4px solid transparent;
}
@media (max-width: 1580px) {
  .starrybox-sec3 .f_nav .starrybox3_nav .swiper-slide .item {
    border-width: 2px;
  }
}
.starrybox-sec3 .f_nav .starrybox3_nav .swiper-slide-thumb-active .item {
  border-color: #0084f6;
  color: #0084f6;
}
.starrybox-sec3 .starrybox3_cont {
  width: 100%;
}
.starrybox-sec3 .starrybox3_cont .f_list {
  margin-bottom: 0.76rem;
  position: relative;
  border-left: 1px solid #dce0e6;
}
.starrybox-sec3 .starrybox3_cont .f_list li {
  margin-left: -1px;
}
.starrybox-sec3 .starrybox3_cont .f_list li .f_t1 {
  color: #252b3a;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.4s;
  border-left: 2px solid transparent;
  padding: 11px 0.2rem;
}
@media (max-width: 1580px) {
  .starrybox-sec3 .starrybox3_cont .f_list li .f_t1 {
    padding: 8px 0.2rem;
  }
}
@media (max-width: 767px) {
  .starrybox-sec3 .starrybox3_cont .f_list li .f_t1 {
    border-left: none;
    border-bottom: 2px solid transparent;
    border-bottom: none;
    font-size: 0.24rem;
    padding: 4px 0.2rem;
    border: 1px solid transparent;
    margin: 0 0.2rem;
    border-radius: 20px;
  }
}
.starrybox-sec3 .starrybox3_cont .f_list li.on .f_t1 {
  border-color: #0084f6;
  color: #0084f6;
  font-weight: bold;
}
@media (max-width: 767px) {
  .starrybox-sec3 .starrybox3_cont .f_list li.on .f_t1 {
    background-color: #0084f6;
    color: #ffffff;
    font-weight: inherit;
  }
}
@media (max-width: 767px) {
  .starrybox-sec3 .starrybox3_cont .f_list {
    display: flex;
    border-bottom: 1px solid #dce0e6;
    border-left: none;
    border-bottom: none;
    order: 0;
    width: 100%;
    overflow: auto;
    justify-content: center;
    margin-bottom: 0.4rem;
  }
  .starrybox-sec3 .starrybox3_cont .f_list li {
    flex: 0 0 auto;
  }
  .starrybox-sec3 .starrybox3_cont .f_list li .f_tit {
    border-bottom: none;
  }
}
.starrybox-sec3 .starrybox3_cont .item {
  display: flex;
  flex-wrap: wrap;
}
.starrybox-sec3 .starrybox3_cont .item .lt {
  width: 34.930556%;
  padding-right: 1.14rem;
}
@media (max-width: 767px) {
  .starrybox-sec3 .starrybox3_cont .item .lt {
    width: 100%;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.4rem;
    padding-right: 0;
  }
  .starrybox-sec3 .starrybox3_cont .item .lt .starrybox_but {
    order: 3;
  }
  .starrybox-sec3 .starrybox3_cont .item .lt .f_list {
    display: none;
  }
}
.starrybox-sec3 .starrybox3_cont .item .lt .f_tit {
  color: #252b3a;
  margin-bottom: 0.17rem;
}
@media (max-width: 767px) {
  .starrybox-sec3 .starrybox3_cont .item .lt .f_tit {
    order: 1;
  }
}
.starrybox-sec3 .starrybox3_cont .item .lt .text {
  color: #575d6c;
  line-height: 1.5;
  margin-bottom: 0.53rem;
}
@media (max-width: 767px) {
  .starrybox-sec3 .starrybox3_cont .item .lt .text {
    order: 2;
  }
}
.starrybox-sec3 .starrybox3_cont .item .gt {
  position: relative;
  width: 65.069444%;
}
@media (max-width: 767px) {
  .starrybox-sec3 .starrybox3_cont .item .gt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .starrybox-sec3 .starrybox3_cont .item .gt .f_list {
    display: none;
  }
}
.starrybox-sec3 .starrybox3_cont .item .gt .img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  border-radius: 0.2rem;
}
.starrybox-sec3 .starrybox3_cont .item .gt .img:before {
  padding-top: 52.82817503%;
}
.starrybox-sec3 .starrybox3_cont .item .gt .on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
.starrybox-sec4 {
  overflow: hidden;
  position: relative;
  padding: 1.37rem 0 2.02rem;
}
@media (max-width: 767px) {
  .starrybox-sec4 {
    padding-bottom: 0.6rem;
  }
}
.starrybox-sec4 .bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.starrybox-sec4 .bag img {
  opacity: 0.77;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.starrybox-sec4 .container10,
.starrybox-sec4 .container {
  position: relative;
}
.starrybox-sec4 .starrybox_tit {
  margin-bottom: 1.05rem;
}
.starrybox-sec4 .starrybox_tit .f_tit {
  color: #ffffff;
}
.starrybox-sec4 .starrybox4_cont {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  margin: 0 -1.36rem;
}
@media (max-width: 1260px) {
  .starrybox-sec4 .starrybox4_cont {
    margin: 0 -0.8rem;
  }
}
@media (max-width: 767px) {
  .starrybox-sec4 .starrybox4_cont {
    margin: 0 -0.18rem;
  }
}
.starrybox-sec4 .starrybox4_cont .item {
  width: 33.333%;
  position: relative;
  padding: 0 1.36rem;
}
@media (max-width: 1260px) {
  .starrybox-sec4 .starrybox4_cont .item {
    padding: 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .starrybox-sec4 .starrybox4_cont .item {
    padding: 0 0.18rem;
    width: 50%;
    margin-bottom: 0.8rem;
  }
}
.starrybox-sec4 .starrybox4_cont .item .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.starrybox-sec4 .starrybox4_cont .item .list .xian {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  margin-left: 0.8rem;
  width: 72%;
  display: block;
  overflow: hidden;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .starrybox-sec4 .starrybox4_cont .item .list .xian {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .starrybox-sec4 .starrybox4_cont .item .list .xian {
    top: 0.46rem;
  }
}
.starrybox-sec4 .starrybox4_cont .item .list .xian img {
  width: 100%;
  float: left;
}
.starrybox-sec4 .starrybox4_cont .item .list .f_icon {
  height: 0.7rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.starrybox-sec4 .starrybox4_cont .item .list .f_icon img {
  height: auto;
  max-height: 100%;
}
.starrybox-sec4 .starrybox4_cont .item .list .f_tit {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.starrybox-sec4 .starrybox4_cont .item .list .text {
  opacity: 0.5;
  color: #ffffff;
}
.starrybox-sec4 .starrybox4_cont .item .list .starrybox_but {
  margin-top: 0.6rem;
}
.starrybox-sec4 .starrybox4_cont .item:last-child .list .xian {
  display: none;
}
@media (min-width: 768px) {
  .starrybox-sec4 .starrybox4_cont .swiper-pagination {
    display: none;
  }
}
.starrybox-sec4 .starrybox4_cont .swiper-pagination span {
  background-color: #ffffff;
}
.starrybox-sec5 {
  padding: 0.94rem 0 0.8rem;
}
@media (max-width: 767px) {
  .starrybox-sec5 {
    padding: 1.1rem 0 0.9rem;
  }
}
.starrybox-sec5 .starrybox_tit {
  margin-bottom: 0.56rem;
}
.starrybox-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.26rem;
}
@media (max-width: 767px) {
  .starrybox-sec5 .cont {
    margin: 0 -0.14rem;
  }
}
.starrybox-sec5 .cont .item {
  width: 25%;
  padding: 0 0.26rem;
  margin-bottom: 0.52rem;
}
@media (max-width: 767px) {
  .starrybox-sec5 .cont .item {
    padding: 0 0.14rem;
    margin-bottom: 0.28rem;
    width: 50%;
  }
}
.starrybox-sec5 .cont .item .list {
  height: 100%;
  background-color: #ffffff;
  background: url(../images/toufwfimfa1.png) no-repeat center / 100% 100%;
  border-radius: 0.1rem;
  padding: 0.5rem 0.3rem 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.starrybox-sec5 .cont .item .list:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.76rem;
  width: 110.75%;
  height: 100%;
  z-index: -1;
  background: url(../images/touimgfaz1.png) no-repeat right bottom / 100% auto;
}
.starrybox-sec5 .cont .item .list .f_icon {
  height: 0.6rem;
  margin-bottom: 0.25rem;
}
.starrybox-sec5 .cont .item .list .f_icon img {
  height: 100%;
}
.starrybox-sec5 .cont .item .list .f_tit {
  color: #252b3a;
}
.starrybox-sec6 {
  background-color: #f2f5f9;
  overflow: hidden;
  padding: 0.93rem 0 1.25rem;
}
@media (max-width: 767px) {
  .starrybox-sec6 {
    padding: 1.1rem 0 1.2rem;
  }
}
.starrybox-sec6 .starrybox_tit {
  margin-bottom: 0.64rem;
}
.starrybox-sec6 .cont {
  position: relative;
}
.starrybox-sec6 .cont .starrybox6_prev,
.starrybox-sec6 .cont .starrybox6_next {
  margin: 0;
  transform: translateY(-50%);
  width: 0.27rem;
  border-radius: 0;
  background: none;
  height: 0.75rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .starrybox-sec6 .cont .starrybox6_prev,
  .starrybox-sec6 .cont .starrybox6_next {
    display: none;
  }
}
.starrybox-sec6 .cont .starrybox6_prev img,
.starrybox-sec6 .cont .starrybox6_next img,
.starrybox-sec6 .cont .starrybox6_prev svg,
.starrybox-sec6 .cont .starrybox6_next svg {
  width: 100%;
  max-height: 100%;
  opacity: 0.5;
  transition: all 0.4s;
}
.starrybox-sec6 .cont .starrybox6_prev img path,
.starrybox-sec6 .cont .starrybox6_next img path,
.starrybox-sec6 .cont .starrybox6_prev svg path,
.starrybox-sec6 .cont .starrybox6_next svg path {
  fill: #0084f6;
}
.starrybox-sec6 .cont .starrybox6_prev:hover img,
.starrybox-sec6 .cont .starrybox6_next:hover img,
.starrybox-sec6 .cont .starrybox6_prev:hover svg,
.starrybox-sec6 .cont .starrybox6_next:hover svg {
  opacity: 1;
}
.starrybox-sec6 .cont .starrybox6_prev.swiper-button-disabled,
.starrybox-sec6 .cont .starrybox6_next.swiper-button-disabled {
  display: none;
}
.starrybox-sec6 .cont .starrybox6_prev {
  left: -0.66rem;
}
@media (max-width: 991px) {
  .starrybox-sec6 .cont .starrybox6_prev {
    left: -0.4rem;
  }
}
.starrybox-sec6 .cont .starrybox6_next {
  right: -0.66rem;
}
@media (max-width: 991px) {
  .starrybox-sec6 .cont .starrybox6_next {
    right: -0.4rem;
  }
}
.starrybox-sec6 .cont .starrybox6_cont .swiper-slide {
  height: auto;
}
.starrybox-sec6 .cont .starrybox6_cont .item {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.1rem;
  padding: 0.46rem 0.3rem 0.26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .starrybox-sec6 .cont .starrybox6_cont .item {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .starrybox-sec6 .cont .starrybox6_cont .item {
    padding: 0.4rem 0.24rem;
  }
}
.starrybox-sec6 .cont .starrybox6_cont .item .font {
  width: 100%;
  position: relative;
  text-align: center;
}
.starrybox-sec6 .cont .starrybox6_cont .item .font .f_logo {
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.31rem;
}
.starrybox-sec6 .cont .starrybox6_cont .item .font .f_logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.starrybox-sec6 .cont .starrybox6_cont .item .font .f_tit {
  color: #252b3a;
  font-weight: bold;
}
.starrybox-sec6 .cont .starrybox6_cont .item .f_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0084f6;
  padding: 0.4rem 0.28rem;
  color: #ffffff;
  opacity: 0;
  line-height: 1.5;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .starrybox-sec6 .cont .starrybox6_cont .item .f_text {
    padding: 0.3rem 0.24rem;
  }
}
@media (max-width: 1199px) {
  .starrybox-sec6 .cont .starrybox6_cont .item .f_text {
    position: relative;
    opacity: 1;
    padding: 0.2rem 0 0;
    background-color: transparent;
    color: #666;
  }
}
.starrybox-sec6 .cont .starrybox6_cont .item:hover .f_text {
  opacity: 1;
}
.starrybox-sec6 .cont .starrybox6_cont .swiper-pagination {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .starrybox-sec6 .cont .starrybox6_cont .swiper-pagination {
    display: none;
  }
}
#hi-video-pop .bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#hi-video-pop .hi-video-box .hi-video-wrap {
  position: relative;
}
#hi-video-pop .hi-video-box .hi-video-wrap .hi-close {
  position: absolute;
  right: 0.2rem;
  left: inherit;
  margin-left: 0;
  top: 0.2rem;
}
/* End */
