@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color:transparent
}

/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

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

i,
em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color:transparent
}

body {
  width: 100%;
  background: #fff;
}

input {
  border: none;
  background: none;
  outline: none;
}

select {
  border: none;
  background: none;
  outline: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

button {
  border: none;
  outline: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

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

/* 数字输入框去掉上下箭头 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

html,
body,
button,
div,
span,
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,
samp,
small,
strike,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  vertical-align: baseline;
  font-family: 'Microsoft YaHei', "Noto Sans CJK SC", "Source Han Sans CN";
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
  overflow: hidden
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.flex_just {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex_center {
  -webkit-align-items: center;
  -webkit-align-content: center;
}

.flex_colum {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex_1 {
  flex: 1;
  -webkit-flex: 1;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

/*============================================================================*/

.text_overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

section {
  padding: 0.3rem;
}

/*============================================================================*/

.icon-home {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  background: url('../images/icon-home.png') no-repeat 0 0;
  -webkit-background-size: 99%;
  background-size: 99%;
  position: fixed;
  right: 0.3rem;
  bottom: 1.2rem;
}

/*============================================================================*/

.join-box {
  padding: 0;
  color: #fff;
  width: 2.8rem;
  height: 0.8rem;
  font-size: 0.3rem;
  line-height: 0.8rem;
  border-radius: 0.08rem;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -1.4rem;
  display: none;
}

.join-icon {
  width: 0.36rem;
  height: 0.36rem;
  display: inline-block;
  margin-right: 0.2rem;
  background: url('../images/join.png') no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/* 头部返回 */

.callback {
  height: 0.86rem;
  padding: 0 0.3rem;
	border-bottom: 2px solid #f8f8f8;
	background: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .callback {
    border-bottom: 0.5px solid #f8f8f8
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .callback {
    border-bottom: 0.333333px solid #f8f8f8
  }
}

.callback a {
  width: 1.5rem;
  height: 100%;
  top: 0;
}

.callback .title {
  font-size: 0.32rem;
}

/* 返回icon */

.icon_back {
  width: 0.2rem;
  height: 0.35rem;
  margin-right: 0.2rem;
  display: inline-block;
  background: url('../images/back.png') no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/* 大个按钮 */
.coin-btn {
	color: #fff;
	height: 1rem;
	width: 6.3rem;
	display: block;
	padding: 0 0.3rem;
	line-height: 1rem;
	font-size: 0.32rem;
	text-align: center;
	border-radius: 0.05rem;
	letter-spacing: 0.03rem;
	background-color: #f76836;
}
/* 温馨提示 */
.point-block p {
	font-size: 0.24rem;
	line-height: 0.5rem;
	color:#999;
}
.point-block .title {
	font-weight: 600;
}
