/*reset*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #333333;
  background-color: #ffffff;
  height: 100%;
}
body {
  font-family: '\5B8B\4F53', Arial, Verdana, sans-serif;
  margin: 0;
  word-wrap: break-word;
  font-size: 12px;
  min-height: 100%;
  _height: 100%;
}
:active {
  outline: 0;
}
:visited {
  outline: 0;
}
:link,
:visited,
ins {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
video,
canvas {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
select,
textarea,
p,
blockquote,
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;
}
fieldset,
iframe {
  border: 0 none;
}
img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
code,
kbd,
samp,
tt,
sup,
sub,
small,
input,
button,
textarea,
select {
  font-size: 100%;
}
abbr,
acronym {
  border: 0 none;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
ol,
ul,
menu {
  list-style: none outside none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
caption,
th {
  text-align: left;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
mark {
  background-color: #ff6;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
input,
select,
button {
  vertical-align: middle;
}
button {
  width: auto;
  cursor: pointer;
  overflow: visible;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}
button::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* body-reset */
.container {
  /* background: url(); */
  width: 100vw;
  height: 100vh;
  background: url('http://res-beefunn.beefunn.com/beefunn/front/bg.png') no-repeat center center;
  background-size: cover;
}
.part {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.main {
  width: 1440px;
  margin: 0 auto;
}
.flex {
  display: flex;
  align-items: center;
}
.slogin {
  width: 170px;
  margin-right: 50px;
}
.posi-text {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 42px;
  color: #ffffff;
}
.header {
  padding-top: 59px;
}
.logos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 666px;
}
.logo-img {
  display: block;
  height: 244px;
  margin: 0 auto;
}
.text-img {
  display: block;
  height: 41px;
  margin: 57px auto 94px;
}
.android-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 482px;
  height: 91px;
  border-radius: 40px;
  border: 1px solid #ffffff;
  margin: 0 auto;
  cursor: pointer;
}

.android-btn::after {
  display: block;
  content: '';
  position: absolute;
  top: -60px;
  right: -50px;
  width: 192px;
  background: url('http://res-beefunn.beefunn.com/beefunn/front/expect.png') no-repeat center center;
  height: 67px;
}
.downdload-text {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 42px;
  color: #ffffff;
}
.android-icon {
  width: 44px;
  margin-right: 20px;
}
.company {
  position: fixed;
  bottom: 80px;
  width: 100vw;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.company a {
  color: #ffffff;
  text-decoration: none;
}
