@charset "UTF-8";
body.vi {
  font-family: "Times new roman";
}
.flex-1,
.flex-10,
.flex-11,
.flex-12,
.flex-2,
.flex-3,
.flex-4,
.flex-5,
.flex-6,
.flex-8,
.flex-9,
.header .inner .logo {
  float: left;
}

.bounceIn,
.bounceInUp {
  -webkit-animation-duration: 0.75s;
}

.footer .inner:after,
.header .inner:after,
.main-wrapper .Index-inner:after,
.row:after {
  clear: both;
  content: "";
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ol,
ul {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

a:hover {
  -webkit-tap-highlight-color: transparent;
}

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

/* 页面样式 */
html {
  font-size: 62.5%; /* 默认设置，1 rem = 10px */
}
.back-color {
  height: 100vh;
  background-color: #eff0f4;
}
.download-display {
  height: 5rem;
  background-color: #fff;
  line-height: 5rem;
  font-size: 2rem;
  color: #000;
}
.project-icon {
  margin-left: 2rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  float: left;
}
.project-name {
  float: left;
  margin-left: 0.8rem;
  font-size: 1.5rem;
}
.open-btn {
  width: 8rem;
  float: right;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  text-align: center;
  background-color: #0d96f9;
  color: #fff;
  margin: 1rem 2rem 0 0;
  cursor: pointer;
  font-size: 1.8rem;
}
.content-display {
  width: 34rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 1rem 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
  margin: 3rem auto;
  border-radius: 1rem;
  text-align: center;
  font-size: 2rem;
}
.profile-picture {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.profilePicture-bg {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 10rem;
  font-size: 5rem;
  color: #fff;
  margin: 0 auto;
}
.font-bold {
  font-weight: bold;
}
.font-color {
  color: #a1a2a4;
  font-size: 1.5rem;
}
.join-channel {
  height: 4rem;
  line-height: 4rem;
  background-color: #0d96f9;
  border-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  margin: 1rem 0;
  cursor: pointer;
}
.mt-50 {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  /* 页面样式 */
  html {
    font-size: 20px !important; /* 默认设置，1 rem = 10px */
  }
}
