<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body{
  min-width: 1200px;
  width: 100%;
  font-family: Microsoft YaHei;
}
.content{
  min-width: 1000px;
  width: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, ul, li, p, img {
  padding: 0;
  margin: 0;
}
ul, li {
  list-style: none;
}
a {
  text-decoration: none;
}


.page_header {
  width: 100%;
  position: relative;
  z-index: 10001;
  height: 64px;
  background: transparent;
  min-width: 1200px;
}
.page_header .header_bx {
  width: 100%;
  min-width: 1000px;
  margin-bottom: 0;
  border: none;
  background: #212735;
}
.page_header .header_bx_static {
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  height: 64px;
  margin: 0 auto;
}
.page_header .header_bx_static .logo {
  display: flex;
  align-items: center;
}
.page_header .header_bx_static .logo img {
  display: block;
  width: 31px;
  height: 31px;
  margin-right: 12px;
}
.page_header .header_bx_static .logo_txt {
  font-size: 24px;
  line-height: 64px;
  color: #fff;
}


.page_main .page_main_banner {
  height: 850px;
  color: #fff;
  background: #15202c url(../img/banner_bg.png) bottom center no-repeat;
}
.page_main .page_main_banner .slide_tit h2 {
  font-size: 54px;
  font-weight: bold;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  padding: 70px 0 40px;
}
.page_main .page_main_banner .slide_intro {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
}
.page_main .page_main_banner .slide_intro i {
  height: 20px;
  width: 2px;
  display: block;
  margin: 0 14px;
  background: rgba(255, 255, 255, .5);
}
.page_main .page_main_banner .slide_intro span {
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
}
.page_main .page_main_banner .slide_btn {
  padding-top: 40px;
}
.page_main .page_main_banner .slide_btn .download_pc {
  display: block;
  width: 226px;
  height: 60px;
  background: #0DA5EF;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  line-height: 60px;
  margin: 0 auto;
  cursor: pointer;
}

.page_main .page_mod {
  padding: 80px 0 60px;
}
.page_main .page_mod .page_mod_h {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.page_main .page_mod .page_mod_h h3 {
  font-size: 54px;
  font-weight: bold;
  font-weight: 600;
  color: #151921;
  line-height: 54px;
  text-align: center;
}
.page_main .page_mod .page_mod_h .desc {
  padding-top: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
  text-align: center;
}
.page_main .page_mod .page_mod_c {
  width: 1200px;
  margin: 0 auto;
}
.page_main .page_mod_basic .page_mod_c img {
  display: block;
  width: 100%;
}

/* page_mod_simple */
.page_main .page_mod_simple .page_mod_c {
  padding-top: 20px;
}
.page_main .page_mod_simple .page_mod_slides {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.page_main .page_mod_simple .page_mod_slide {
  width: 190px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page_main .page_mod_simple .page_mod_slide .slide_detail {
  width: 780px;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  height: 520px;
}
.page_main .page_mod_simple .slide_detail img {
  display: block;
  width: 780px;
  border-radius: 4px;
}
.page_main .page_mod_simple .page_mod_slide .slide_tab {
  width: 190px;
  height: 440px;
  padding: 40px 0;
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}
.page_main .page_mod_simple .page_mod_slide.active {
  width: 780px;
}
.page_main .page_mod_simple .page_mod_slide.active .slide_tab {
  display: none;
  opacity: 0;
}
.page_main .page_mod_simple .page_mod_slide.active .slide_detail {
  display: block;
  opacity: 1;
}
.page_main .page_mod_simple .page_mod_slide1 .slide_tab {
  background: url(../img/simple_tab_01.png) center no-repeat;
}
.page_main .page_mod_simple .page_mod_slide2 .slide_tab {
  background: url(../img/simple_tab_02.png) center no-repeat;
}
.page_main .page_mod_simple .page_mod_slide3 .slide_tab {
  background: url(../img/simple_tab_03.png) center no-repeat;
}
.page_main .page_mod_simple .page_mod_slide .icon_num {
  display: block;
  width: 34px;
  height: 38px;
  position: relative;
  margin: 0 auto;
}
.page_main .page_mod_simple .page_mod_slide .icon_num::after {
  display: block;
  content: "";
  width: 34px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_main .page_mod_simple .page_mod_slide1 .icon_num {
  background: url(../img/simple_icon_01.png) top center no-repeat;
}
.page_main .page_mod_simple .page_mod_slide2 .icon_num {
  background: url(../img/simple_icon_02.png) top center no-repeat;
}
.page_main .page_mod_simple .page_mod_slide3 .icon_num {
  background: url(../img/simple_icon_03.png) top center no-repeat;
}
.page_main .page_mod_simple .page_mod_slide .icon_arrow {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
  background: url(../img/icon_arrow_right.png) center no-repeat;
}
.page_main .page_mod_simple .page_mod_slide .tit {
  display: flex;
  height: 366px;
  align-items: center;
  width: 36px;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
.page_main .page_mod_simple .page_mod_slide .tit_txt {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
}

/* page_mod_scenes */
.page_main .page_mod_scenes .page_mod_c {
  padding-top: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page_mod_scenes .page_mod_scenes_pic {
  height: 666px;
  display: flex;
  width: 11406px;
  animation: scenesMoveLeft 40s linear infinite;
}
.page_mod_scenes .page_mod_scenes_pic img {
  display: block;
  height: 666px;
  width: auto;
}
@keyframes scenesMoveLeft {
  from {transform: translateX(0px)}
  to {transform: translateX(-5703px)}
}

/* page_mod_resource */
.page_mod_resource .page_mod_cards {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.page_mod_resource .page_mod_card {
  width: 394px;
  transition: all .4s;
  height: 480px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: pointer;
}
.page_mod_resource .page_mod_card .card_img_bx img {
  display: block;
}
.page_mod_resource .page_mod_card.active {
  width: 786px;
}
.page_mod_resource .page_mod_card .card_img_bx {
  height: 340px;
  position: relative;
  overflow: hidden;
}
.page_mod_resource .page_mod_card.card_ml .card_img_bx .img_scroll {
  width: 3960px;
  display: flex;
}
.page_mod_resource .page_mod_card.card_ml.active .card_img_bx .img_scroll {
  animation: resourceMoveLeft 30s linear infinite;
}
.page_mod_resource .page_mod_card.card_mt.active .card_img_bx .img_scroll {
  animation: resourceMoveTop 20s linear infinite;
}

@keyframes resourceMoveLeft {
  from {transform: translateX(0%)}
  to {transform: translateX(-50%)}
}
@keyframes resourceMoveTop {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

.page_mod_resource .page_mod_card .card_txt_bx {
  padding: 37px 30px;
  height: 66px;
}
.page_mod_resource .page_mod_card .card_txt_bx h3 {
  font-size: 36px;
  color: #151921;
  line-height: 36px;
  font-weight: bold;
  font-weight: 600;
}
.page_mod_resource .page_mod_card .card_txt_bx .desc {
  font-size: 16px;
  line-height: 17px;
  color: #666;
  margin-top: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* page_mod_hearts */
.page_mod_hearts {
  background: #F7FAFF;
}
.page_main .page_mod.page_mod_hearts .page_mod_h {
  padding-bottom: 50px;
}
.page_mod_hearts .ap_part_content {
  position: relative;
}
 .swiper-slide-hearts {
  width: 580px;
  height: 405px;
  background: #F7FAFF;
  text-align: center;
}
.page_mod_hearts .swiper-slide-hearts.swiper-slide-active {
  background: transparent;
}
.page_mod_hearts .swiper-slide-hearts .user_name, .page_mod_hearts .swiper-slide-hearts .user_hearts {
  display: none;
}
.page_mod_hearts .swiper-slide-hearts.swiper-slide-active .user_name, .page_mod_hearts .swiper-slide-hearts.swiper-slide-active .user_hearts {
  display: block;
}
.page_mod_hearts .swiper-slide-hearts .user_name {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 30px;
  color: #333;
}
.page_mod_hearts .swiper-slide-hearts .user_hearts {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 0;
  box-sizing: border-box;
  text-align: left;
}
.page_mod_hearts .swiper-slide-hearts .user_avatar {
  width: 223px;
  height: 223px;
  margin: 0 auto;
}
.page_mod_hearts .swiper-slide-hearts .user_avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-top: 36.5px;
}
.page_mod_hearts .swiper-slide-hearts.swiper-slide-active .user_avatar {
  text-align: center;
  background: url(../img/hearts_user_avatar_bg.png) center no-repeat;
}
.page_mod_hearts .swiper-button-prev-hearts, .page_mod_hearts .swiper-button-next-hearts {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 99;
}
.page_mod_hearts .swiper-button-prev-hearts {
  left: 0;
  background: url(../img/swiper_icon_prev.png);
}
.page_mod_hearts .swiper-button-prev-hearts:hover {
  background: url(../img/swiper_icon_prev_active.png);
}
.page_mod_hearts .swiper-button-next-hearts {
  right: 0;
  background: url(../img/swiper_icon_next.png);
}
.page_mod_hearts .swiper-button-next-hearts:hover {
  background: url(../img/swiper_icon_next_active.png);
}
.page_mod_hearts .page_mod_download {
  text-align: center;
}
.page_mod_hearts .page_mod_download .download_pc {
  display: inline-block;
  width: 226px;
  height: 60px;
  background: #0DA5EF;
  cursor: pointer;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  margin-left: 30px;
}
.page_mod_hearts .page_mod_download .download_pc:first-child {
  margin-left: 0;
}

/* page_mod_join */
.page_main .page_mod_join {
  height: 520px;
  box-sizing: border-box;
  background: url(../img/join_bg.png) center no-repeat;
  padding: 124px 0 0;
}
.page_mod_join .join_tit {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
}
.page_mod_join .download_btn_box {
  padding-top: 110px;
  text-align: center;
}
.page_mod_join .download_pc {
  width: 236px;
  height: 60px;
  background: #0DA5EF;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
}
.page_mod_join .download_pc i {
  width: 36px;
  height: 28px;
  margin-right: 16px;
  display: block;
  background: url(../img/join_icon_pc.png) center no-repeat;
}
.page_mod_join .download_pc span {
  display: block;
}

.page_footer {
  height: 322px;
  text-align: center;
}
.page_footer .page_footer_bx {
  height: 264px;
  box-sizing: border-box;
  padding-top: 90px;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
  background: #212735 url(../img/footer_bg.png) top center repeat-x;
}
.page_footer .page_footer_logo {
  padding-bottom: 80px;
}
.page_footer .page_footer_logo .logo {
  height: 48px;
  display: inline-block;
}
.page_footer .page_footer_logo .logo span {
  white-space: nowrap;
  font-size: 34px;
  line-height: 48px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.page_footer .page_footer_logo .logo img {
  display: inline-block;
  width: 48px;
  vertical-align: middle;
  margin-right: 14px;
}
.page_footer .page_footer_info .line {
  margin: 0 10px;
  color: #60687b;
  font-size: 14px;
}
.page_footer .page_footer_info .label {
  color: #60687b;
  font-size: 14px;
}
.page_footer .page_footer_info a {
  color: #60687b;
  font-size: 14px;
  line-height: 20px;
}
.page_footer_copyright {
  height: 56px;
  line-height: 56px;
  background: #212735;
  font-size: 14px;
  color: #60687B;
}
.page_footer_copyright a {
  color: #60687B;
  margin-left: 10px;
  font-size: 14px;
}
.page_footer .page_footer_info a:hover, .page_footer_copyright a:hover {
  text-decoration: underline;
}

.page_main .page_main_banner .slide_btn .download_pc:hover, .page_mod_hearts .page_mod_download .download_pc:hover, .page_mod_join .download_pc:hover {
  background: #13C8FF;
}</pre></body></html>