@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
html {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  width: 100%;
}

body,
button,
dd,
div,
dl,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
li,
menu,
nav,
ol,
p,
section,
td,
textarea,
th,
ul {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: PingFang SC;
  color: #9b9b9b;
  background-color: #fff;
}

img {
  border: 0;
  vertical-align: middle;
}

a,
body,
html {
  -webkit-touch-callout: none;
}

:focus,
a,
a:focus,
button,
input {
  outline: 0;
}

.clear,
.clearfix:after {
  clear: both;
}

.clearfix,
.zoom {
  zoom: 1;
}

.clear,
.clearfix:after {
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

textarea {
  resize: none;
}

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

th {
  text-align: inherit;
}

li,
ul {
  list-style: none;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: 0;
  background: 0;
}

input[type=button],
input[type=submit],
label {
  cursor: pointer;
}

button,
input[type=text],
input[type=button],
input[type=password] {
  -webkit-appearance: none;
  outline: 0;
}

input::-webkit-input-placeholder {
  color: #8d8d8d;
}

textarea::-webkit-input-placeholder {
  color: #8d8d8d;
}

a {
  font-size: 0.4rem;
  color: #9b9b9b;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

/*页面内容样式*/

.wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  z-index: -1;
}

.wrap .c_img {
  display: block;
  margin: 0 auto;
}

.wrap .img_logo {
  width: 4.413333rem;
}

.wrap .down_btn {
  position: absolute;
  left: 50%;
  bottom: 1.146667rem;
  width: 6.706667rem;
  height: 1.2rem;
  margin-left: -3.353333rem;
  font-size: 0.48rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.2rem;
  background: linear-gradient(90deg, #FF5810, #FFB43B);
  box-shadow: 0 4px 0 0 rgba(182,65,0,0.67);
  border-radius: 0.6rem;
}

.wrap .btn_animate {
  animation: amplify 1.5s ease-in-out infinite;
}

@keyframes amplify {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.7);
  }
}

.android_tips {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  display: none;
}
.android_tips .toast-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 6.72rem;
  height: 5.693333rem;
  padding-top: 2.626667rem;
  text-align: center;
  background: url("../images/down_toast_bg.png")no-repeat center;
  background-size: 100%;
}
.android_tips .toast-wrap .content {
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
  line-height: 0.533333rem;
}
.android_tips .toast-wrap .btn {
  width: 4.266667rem;
  height: 1.066667rem;
  margin: 0.4rem auto 0;
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.066667rem;
  background: linear-gradient(90deg, #FF5810, #FFB43B);
  box-shadow: 0 4px 0 0 rgba(182,65,0,0.67);
  border-radius: 0.533333rem;
}