html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-section * {
  font-family: "微软雅黑";
}

.footer-section a:hover {
  color: #8394a3 !important;
  text-decoration: underline;
}

.t4_r_pic {
  img {
    width: auto !important;
    height: 100px !important;
    all: unset;
  }
}

.t4_f_m {
  margin-bottom: 10px;
}

.t4_l p {
  margin-bottom: 10px;
  line-height: 20px;
  span {
    line-height: 19px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #333;
  background-color: #f8f9fa;
  line-height: 1.5;
}

.primary-color {
  color: #198ef8;
}
.primary-bg {
  background-color: #198ef8;
}

.secondary-color {
  color: #3b82f6;
}
.accent-color {
  color: #f97316;
}
.accent-bg {
  background-color: #f97316;
}

.container {
  width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  z-index: 1000;
  width: 100%;
  margin-bottom: 0;
  background-color: #145085;
  border-radius: 0;
}

.navbar.scrolled {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-container {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo .separator {
  margin-right: 12px;
  width: 2px;
  height: 21px;
  background-color: rgba(255, 255, 255, 0.35);
}

.navbar-logo-2 {
  margin: 0 10px;
}

.logo-text {
  font-size: 22px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.92);
  line-height: 36px;
  cursor: pointer;
}

.desktop-nav {
  margin-left: auto;
}

.desktop-nav .nav-links {
  display: flex;
}

.desktop-nav .nav-links li {
  margin-right: 20px;
  padding: 0 10px;
  width: 84px;
  height: 76px;
}

.desktop-nav .nav-links li:hover a {
  color: #9cd0ff;
}

.desktop-nav .nav-links li.active {
  border-bottom: 3px solid #9cd0ff;
  color: #9cd0ff;
}

.desktop-nav .nav-links li a {
  line-height: 76px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.hero-section {
  margin-top: 76px;
}

.hero-banner {
  position: relative;
  height: 450px;
  color: white;
  background-image: url("../images/hero-cover.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-content {
  padding-top: 114px;
}

.hero-section h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 67px;
}

.hero-content > p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 51px;
  line-height: 31px;
}

.hero-buttons {
  display: flex;
}

.hero-btn {
  display: inline-block;
  background-color: white;
  opacity: 0.9;
  color: #198ef8;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition: all 0.3s;
  margin-right: 20px;
  cursor: pointer;
}

.hero-btn:hover {
  opacity: 1;
  box-shadow: 0 3px 6px 0 rgba(101, 121, 154, 0.15);
}

.hero-btn.accent-btn {
  display: flex;
  background-color: #ee6352;
  color: white;
  opacity: 1;
}

.hero-btn.accent-btn:hover {
  opacity: 1;
  background-color: #ff7b6a;
}

.accent-btn img {
  margin-left: 10px;
}

.stats-section {
  padding: 64px 0 60px;
  background-image: url("../images/stats-cover.jpg");
  background-size: 100% 1006px;
  background-repeat: no-repeat;
}

.stats-grid {
  display: flex;
  margin-top: 30px;
  margin-bottom: 80px;
}

.stat-card {
  position: relative;
  width: 377px;
  height: 120px;
  background-color: white;
  border-radius: 10px;
  transition: transform 0.3s;
  background-size: 100% 101%;
  background-repeat: no-repeat;
}

.stat-top {
  padding: 14px 15px 0;
}

.stat-card:nth-child(1) {
  background-image: url("../images/hero-card-1.png");
}

.stat-card:nth-child(2) {
  background-image: url("../images/hero-card-2.png");
  margin: 0 25px;
}

.stat-card:nth-child(3) {
  background-image: url("../images/hero-card-3.png");
}

.stat-icon {
  position: absolute;
  top: 17.5px;
  right: 15px;
}

.stat-icon i {
  color: #145085;
  font-size: 20px;
}

.stat-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
}

.stat-number {
  margin-bottom: 2px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 39px;
}

.stat-number span {
  font-size: 16px;
  line-height: 22px;
}

.stat-desc {
  padding: 7px 16px 14px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
}

.section-padding {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 52px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.section-divider {
  width: 35px;
  height: 3px;
  background-color: #ee6352;
  margin: 8px auto;
}

.section-header p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.filter-search {
  display: flex;
  margin-bottom: 24px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
}

.filter-btn {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px 16px;
  border-radius: 16px;
  background-color: rgba(101, 121, 154, 0.4);
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: #198ef8;
  color: white;
}

.dataset-grid {
  display: flex;
  flex-wrap: wrap;
}

.dataset-card {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 383px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}

.dataset-card:nth-child(3n) {
  margin-right: 0;
}

.dataset-content {
  padding: 0 15px;
}

.dataset-header {
  display: flex;
  align-items: baseline;
  margin-top: 15px;
  margin-bottom: 14px;
}

.dataset-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dataset-tag {
  flex-shrink: 0;
  display: inline-block;
  margin-left: auto;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.preTrainText-tag {
  background-color: #dbeafe;
  color: #1e40af;
}

.annotationText-tag {
  background-color: #e9fbff;
  color: #289092;
}

.image-tag {
  background-color: #dcfce7;
  color: #176534;
}

.multiModal-tag {
  background-color: #f3e8ff;
  color: #6b21a8;
}

.media-tag {
  background-color: #fee2e2;
  color: #991c1c;
}

.structured-tag {
  background-color: #ccfbf1;
  color: #115d59;
}

.action-tag {
  background-color: #dff4ff;
  color: #1e7caf;
}

.human-tag {
  background-color: #fff6e9;
  color: #865a18;
}

.simulation-tag {
  background-color: #ffefef;
  color: #c11b1d;
}

.assetsModel-tag {
  background-color: #f4e9ff;
  color: #6f2598;
}

.other-tag {
  background-color: #e2f1ff;
  color: #198ef8;
}

.dataset-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 13px;
  padding: 5px 10px;
  background-color: #dfeaf8;
}

.dataset-meta .meta-item {
  margin: 10px 0;
  width: 156px;
  height: 48px;
}

.meta-label {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.meta-value {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.dataset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 20px;
}

.dataset-footer {
  margin-top: auto;
  padding: 10px;
  line-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #198ef8;
  text-align: center;
  border-top: 1px solid #edeef0;
  transition: all 0.3s;
  cursor: pointer;
}

.dataset-card:hover {
  box-shadow: 0 3px 6px 0 rgba(101, 121, 154, 0.25);
}

.dataset-card:hover .dataset-footer {
  background-color: #198ef8;
  color: #fff;
}

.dataset-link img {
  display: inline-block;
  margin-left: 10px;
}

.load-more {
  text-align: center;
  margin-top: 14px;
}

.load-more-btn {
  padding: 8px 16px;
  background-color: white;
  border: 1px solid #198ef8;
  color: #198ef8;
  border-radius: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 22px;
}

.load-more-btn:hover {
  background-color: #198ef8;
  color: #fff;
}

.load-more-btn:hover .icon {
  background-image: url("../images/refresh-white.svg");
}

.load-more-btn .icon {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.policy-section {
  padding-top: 64px;
  padding-bottom: 120px;
  background-image: url("../images/policy-cover.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.policy-container {
  display: flex;
  flex-wrap: wrap;
}

.policy-item {
  position: relative;
  display: flex;
  width: 582px;
  height: 118px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 0;
}

.policy-item::after {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 116px;
  height: 116px;
  content: "";
  display: block;
  background: url(../images/policy-item-cover.png) 50% / cover no-repeat;
  z-index: -1;
  opacity: 0.25;
}

.policy-item:nth-child(2n + 1) {
  margin-right: 15px;
}

.policy-item .icon {
  margin-right: 28px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  color: #198ef8;
  font-weight: bold;
}

.policy-content {
  display: flex;
  flex-direction: column;
}

.policy-link {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  max-width: 457px;
}

.policy-desc {
  margin-top: auto;
  font-size: 14px;
  color: #666;
}

.policy-link:hover {
  color: #198ef8;
}

.policy-link::after {
  position: absolute;
  right: -25px;
  top: 5px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow-right-blue.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.special-case {
  display: flex;
  background: rgba(238, 99, 82, 0.08);
  border-radius: 10px;
  padding: 25px;
}

.special-icon {
  width: 45px;
  height: 45px;
  background-image: url("../images/star-circle.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 20px;
}

.special-icon i {
  color: #f97316;
  font-size: 20px;
}

.special-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
  line-height: 22px;
}

.special-content p {
  color: #666;
  line-height: 20px;
  margin: 0;
}

.conditions-section {
  padding-top: 64px;
  padding-bottom: 60px;
  background-image: url("../images/conditions-cover.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.condition-container {
  display: flex;
}

.condition-list-container {
  width: 780px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 10px;
  margin-right: 20px;
}

.policy-time-container {
  width: 380px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(25, 142, 248, 0.85);
  backdrop-filter: blur(12.5px);
}

.condition-list {
}

.condition-list-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  line-height: 25px;
}

.condition-item {
  display: flex;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 8px;
}

.condition-item .icon {
  margin-top: 2px;
}

.condition-content {
  flex: 1;
}

.condition-item-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #333;
  margin-top: 0;
  margin-left: 10px;
  margin-bottom: 5px;
}

.condition-item-desc {
  color: #666;
  margin-left: 10px;
  line-height: 20px;
  font-size: 14px;
}

.policy-time-card {
  color: white;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.policy-time-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

.policy-year {
  margin-bottom: 20px;
}

.policy-year-title {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.policy-year-title i {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.policy-year-content {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 15px;
  border-radius: 10px;
  line-height: 20px;
}

.policy-date {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
}

.policy-note {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
}

.guide-section {
  padding-top: 64px;
  padding-bottom: 60px;
  background-image: url("../images/guide-cover.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.guide-container {
}

.guide-process {
}

.guide-materials {
  display: flex;
  margin-top: 3px;
  position: relative;
}

.guide-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.process-step {
  width: 188px;
  height: 351px;
  background-image: url("../images/blur-card.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.step-number {
  margin-top: 26px;
  margin-bottom: 10px;
  display: inline-block;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}

.step-content {
  padding: 0 19px;
}

.step-content .icon {
  width: 20px;
  height: 20px;
}

.step-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.step-desc {
  color: #666;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  word-break: break-all;
  text-align: left;
}

.step-download {
  margin-top: 15.5px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  text-align: left;
}

.step-download .icon {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}

.step-download:hover {
  color: #198ef8;
}

.step-download:hover .icon {
  background-image: url("../images/download-blue.svg");
}

.step-desc .tips {
  font-size: 12px;
  line-height: 17px;
}

.step-desc a {
  color: #1e40af;
  text-decoration: none;
  cursor: pointer;
}

.step-desc a:hover {
  text-decoration: underline;
}

.materials-content {
  position: relative;
  flex-basis: 50%;
  background: rgba(249, 250, 251, 0.85);
  border-radius: 10px;
  padding: 20px 20px 10px;
  backdrop-filter: blur(6px);
}

.materials-list {
}

.guide-template-download {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 4px 16px;
  border-radius: 5px;
  border: 1px solid #198ef8;
  line-height: 20px;
}

.guide-template-download:hover {
  color: #fff;
  background-color: #198ef8;
}

.guide-template-download:hover .icon {
  background-image: url("../images/download-white.svg");
}

.guide-template-download .icon {
  margin-top: -2px;
  margin-right: 4px;
}

.materials-list p {
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.materials-list li {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.materials-note {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  flex-basis: 50%;
  background-color: white;
  border-radius: 8px;
  padding: 15px;
}

.note-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.note-title i {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.materials-note ul {
  padding: 20px 20px 42px;
  border-radius: 10px;
  background: rgba(238, 99, 82, 0.08);
  backdrop-filter: blur(6px);
}

.materials-note li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.materials-note .icon {
  margin-right: 10px;
}

.materials-link {
  margin-top: auto;
  padding: 10px;
  background-color: #198ef8;
  color: white;
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s;
}

.materials-link:hover {
  opacity: 0.8;
}

.materials-link .icon-arrow-right {
  margin-left: 8px;
}

.platform-link {
  margin-top: 20px;
  display: flex;
  background: rgba(25, 142, 248, 0.1);
  color: #333;
  text-decoration: none;
  font-weight: 500;
  line-height: 40px;
  transition: all 0.3s;
}

.platform-link:hover {
  background-color: #198ef84d;
}

.faq-section {
  position: relative;
  padding-top: 64px;
  padding-bottom: 60px;
  height: 1658px;
  background-image: url("../images/faq-cover.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(249, 250, 251, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #333;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f7fbfd;
  cursor: pointer;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: #198ef833;
}

.faq-toggle {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  flex-grow: 1;
}

.faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.faq-icon i {
  color: #666;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: white;
}

.faq-answer p {
  color: #666;
  line-height: 20px;
  font-size: 14px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.contact-container {
  position: absolute;
  bottom: 80px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}

.contact-info {
  width: 780px;
  padding: 20px 20px 0;
  margin-right: 10px;
  background-color: #198ef8;
  color: white;
  flex-shrink: 0;
  border-radius: 10px;
}

.contact-platform {
  padding: 20px;
  width: 390px;
  background-color: #fff;
  border-radius: 10px;
}

.contact-info h2 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 25px;
}

.contact-info > p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 17px;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-item {
  display: flex;
  margin-bottom: 20px;
  width: 50%;
}

.contact-icon {
  margin-right: 10px;
}

.contact-icon i {
  width: 22px;
  height: 22px;
}

.contact-text h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 22px;
}

.contact-text p {
  font-size: 14px;
  line-height: 20px;
}

.contact-platform h3 {
  font-size: 18px;
  line-height: 25px;
  color: #333;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
}

.contact-platform p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 15px;
}

.platform-link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

.platform-link i {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.platform-name {
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.platform-url {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.btn-secondary {
  background-color: #ee6352;
  color: #faf1f1;
  padding: 0 20px;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
}

.btn-secondary:hover {
  box-shadow: 0 3px 6px 0 rgba(101, 121, 154, 0.25);
  color: #fff;
  background-color: #ff7b6a;
}

#loginUserRealName {
  color: #fff;
  font-weight: 700;
}

.login-box:hover {
  #loginUserRealName {
    color: #198ef8;
    cursor: pointer;
  }
}
