@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  color: #333;
  -webkit-text-size-adjust: none;
  font-family: "Roboto", "San Francisco", "PingFang SC", "Microsoft Yahei", "微软雅黑", "sans-serif";
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.level_vertical_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.level_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vertical_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

div {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

[v-cloak] {
  display: none;
}

:root {
  --background-color: #F5F8FA;
  --text-color: #333;
  --text-black: #000;
  --text-gray: rgb(95, 99, 104);
  --text-yellow: #EE9F1F;
  --text-blue: #0089EB;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 4794188 */
  src: url("//at.alicdn.com/t/c/font_4794188_mh5x8xnd9oh.woff2?t=1735121271414") format("woff2"), url("//at.alicdn.com/t/c/font_4794188_mh5x8xnd9oh.woff?t=1735121271414") format("woff"), url("//at.alicdn.com/t/c/font_4794188_mh5x8xnd9oh.ttf?t=1735121271414") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-encrypt:before {
  content: "\e616";
}

.icon-share:before {
  content: "\e664";
}

.icon-collect:before {
  content: "\e60c";
}

.icon-delete:before {
  content: "\e620";
}

.icon-safety:before {
  content: "\e7a6";
}

.introduce_head {
  height: 50px;
}

.language_change {
  position: relative;
  width: 80px;
  margin-right: -10px;
}
.language_change .language_icon {
  display: block;
  height: 25px;
  cursor: pointer;
  margin: 0 auto;
}
.language_change .language_list {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: 6px;
  background-color: #fff;
  box-shadow: 0 2px 6px 2px #eee;
  border-radius: 4px;
  z-index: 10;
}
.language_change .language_list .language_item {
  font-size: 14px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.language_change .language_list .language_item:hover {
  background-color: #ccc;
}
.language_change .language_list .language_item.active {
  background-color: #efefef;
}

.app_introduce_container {
  width: calc(100% - 96px);
  max-width: 1296px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.small_logo {
  flex-shrink: 0;
  display: none;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border-radius: 20%;
  margin-right: 24px;
  width: 72px;
  height: 72px;
}

.app_name {
  font-family: "Google Sans Display", Roboto, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.app_word {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  letter-spacing: 0.00625em;
  font-weight: 500;
  margin-top: 16px;
}

.market_item {
  min-width: 96px;
  padding: 0 16px;
  position: relative;
}
.market_item:first-child {
  padding-left: 0;
}
.market_item:nth-child(n+2)::before {
  content: "";
  display: block;
  height: 24px;
  left: 0;
  background-color: rgb(232, 234, 237);
  position: absolute;
  top: calc(50% - 12px);
  width: 1px;
}

.market_item_p {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  white-space: nowrap;
}

.market_item_span {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.025em;
  font-weight: 400;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  white-space: nowrap;
}

.introduce_content {
  margin-top: 40px;
  position: relative;
}
.introduce_content .app_info {
  max-width: 800px;
}
.introduce_content .app_market {
  margin: 16px 0 24px 0;
  padding: 12px 0;
}
.introduce_content .pc_logo {
  width: 240px;
  height: 240px;
  border-radius: 20%;
  position: absolute;
  top: 0;
  right: 0;
}

.install_btn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 6px;
  background-color: #01875f;
  border: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.install_btn:hover {
  background-color: #056449;
}

.example_container {
  width: 100%;
  padding: 10px 2px;
  overflow-y: auto;
}
.example_container::-webkit-scrollbar {
  height: 0;
}

.example_img {
  margin-top: 60px;
}
.example_img .img_item {
  flex-shrink: 0;
  width: 166px;
  height: 300px;
  margin-right: 16px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border-radius: 8px;
  cursor: pointer;
  background: url("../images/guide_bg.png") no-repeat center bottom/100%;
  user-select: none;
}
.example_img .img_item .example_content img {
  width: 100%;
}

.example_head {
  position: relative;
}
.example_head img {
  display: block;
  max-width: 100%;
  height: 40px;
}
.example_head .head_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding-top: 6px;
}
.example_head .example_title {
  font-weight: bolder;
  font-size: 14px;
  line-height: 15px;
  min-height: 1.5em;
}
.example_head .example_subtitle {
  font-size: 11px;
  line-height: 12px;
}

.example_head1 {
  font-size: 20px;
}
.example_head1 .example_title {
  font-weight: bolder;
  font-size: 0.8em;
  line-height: 1em;
  min-height: 2.4em;
  margin-bottom: 2px;
}
.example_head1 .example_subtitle {
  font-size: 0.8em;
  line-height: 1em;
}

.example_content {
  flex: 1;
}
.cover_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.large_example_container {
  position: relative;
  width: 60rem;
  height: 90%;
}

.large_example {
  width: 60rem;
  height: 100%;
  overflow: hidden;
}
.large_example .example_img {
  width: 240rem;
  height: 100%;
  position: relative;
  margin: 0;
}
.large_example .example_img .img_item {
  transform: scale(2.4) translate(-50%, -50%);
  transform-origin: left top;
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: none;
  height: 43rem;
  max-height: 41%;
}
.large_example .example_item {
  width: 60rem;
  height: 100%;
  position: relative;
}

.arrow_btn {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
}
.arrow_btn.left_arrow_btn {
  left: -23px;
}
.arrow_btn.right_arrow_btn {
  right: -23px;
}

.arrow_icon {
  width: 8px;
  height: 8px;
  border: #333 solid;
  border-width: 2px 2px 0 0;
}
.arrow_icon.left_icon {
  transform: rotate(-135deg);
}
.arrow_icon.right_icon {
  transform: rotate(45deg);
}

.center_line {
  width: 12px;
  height: 3px;
  transform: scaleY(0.5);
  background-color: var(--text-gray);
}

.circle_btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-left: 8px;
}
.circle_btn:hover {
  background-color: #efefef;
}
.circle_btn .arrow_icon {
  position: absolute;
  border-color: var(--text-gray);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.module_container {
  margin-top: 40px;
}

.data_security {
  width: 720px;
}

.security_title {
  font-size: 24px;
  padding-bottom: 20px;
}

.security_introduce {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-gray);
}

.fix_line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.security_content {
  border: 1px solid rgb(218, 220, 224);
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.security_item:nth-child(n+2) {
  margin-top: 20px;
}
.security_item .security_icon {
  width: 40px;
}
.security_item .security_icon img {
  width: 20px;
  height: 20px;
}
.security_item .item_text {
  font-size: 13px;
  color: var(--text-gray);
}
.security_item .item_text h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.score_star {
  display: block;
  width: 12px;
  fill: rgb(241, 243, 244);
  stop-color: rgb(241, 243, 244);
}

.star_color {
  fill: #01875f;
  stop-color: #01875f;
}

.user_info {
  font-size: 14px;
}
.user_info .user_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
}

.score_list {
  margin-top: 20px;
}

.comment_item {
  padding: 20px 0;
}

.user_comment {
  color: var(--text-gray);
  font-size: 14px;
  margin-top: 5px;
}

.copy_right {
  font-size: 12px;
  padding: 0 10px 10px;
  text-align: center;
}
.copy_right a {
  color: #337ab7;
}

.foot_agreement {
  text-align: center;
  padding-bottom: 10px;
}
.foot_agreement a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
}
.foot_agreement a:hover {
  color: #0000EE;
}
.foot_agreement a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: var(--text-gray);
}

.about_container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vw - 32px);
  max-width: 720px;
  max-height: calc(100% - 32px);
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
  background-color: #fff;
}
.about_container .about_head {
  padding: 24px 32px;
}
.about_container .about_head .small_logo {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.09), 0 3px 5px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15);
  margin-right: 16px;
}
.about_container .about_head .app_name {
  font-size: 22px;
}
.about_container .about_head .app_word {
  font-size: 14px;
  color: var(--text-gray);
  margin-top: 4px;
}
.about_container .about_content {
  padding: 0 32px 28px;
  font-size: 14px;
  line-height: 22px;
  flex: 1;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE10+ */
}
.about_container .about_content::-webkit-scrollbar {
  display: none; /* ChromeSafari */
}

.close_btn {
  height: 100%;
  position: relative;
}

.close_btn::before,
.close_btn::after {
  position: absolute;
  content: "";
  background-color: var(--text-gray);
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  margin-left: -1px;
}

.close_btn::before {
  transform: rotate(45deg);
}

.close_btn::after {
  transform: rotate(-45deg);
}

.samsung_download_img {
  display: none;
}

@media screen and (min-width: 960px) {
  .example_head .example_title {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 840px) {
  .app_name {
    font-size: 4rem;
  }
  .app_word {
    font-size: 2.5rem;
  }
  .pc_logo {
    display: none;
  }
  .small_logo {
    display: block;
  }
  .app_word {
    margin-top: 2px;
  }
  .example_img {
    margin-top: 0;
  }
  .example_img .img_item {
    width: 25rem;
    height: auto;
  }
  .example_head img {
    height: 6rem;
  }
  .example_head .example_title {
    font-weight: bolder;
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  .example_head .example_subtitle {
    font-size: 1.6rem;
  }
  .example_head.example_head1 .example_title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .example_head.example_head1 .example_subtitle {
    font-size: 1.3rem;
    padding: 0 0.1rem;
  }
  .data_security {
    width: 100%;
  }
  .security_title {
    font-size: 3.6rem;
  }
  .introduce_content {
    margin-top: 2rem;
  }
  .introduce_content .app_market {
    margin: 8px 0 10px;
  }
  .module_container {
    margin-top: 20px;
  }
  .comment_item {
    padding: 15px 0 8px;
  }
  .foot_bar {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 600px) {
  .app_name {
    font-size: 4.5rem;
  }
  .app_word {
    font-size: 3rem;
  }
  .app_introduce_container {
    width: calc(100% - 48px);
  }
  .download_module {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px 10px 0 0;
  }
  .download_module .samsung_download_img {
    display: block;
    height: 8rem;
  }
  .download_module .install_btn {
    width: 25rem;
    height: 8rem;
    line-height: 8rem;
  }
  .download_module .install_btn.en_install {
    width: 30rem;
  }
  .market_item {
    min-width: 10rem;
    padding: 0 4rem;
  }
  .market_item_p, .market_item_span {
    font-size: 12px;
  }
}

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