html {
  width: 100%;
  height: 100%;
}

body {
  width:100%;
  height: 100%;
  font: 300 15px "STHeiti", "Microsoft YaHei", "SimSun", "STSong", "宋体", "Arial", "Helvetica", "sans-serif";
  cursor: default;
  -webkit-text-size-adjust: none;
  background-attachment: fixed;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, header, footer,
th, td, iframe {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #d3524c;
}

ul, li {
  list-style: none;
}

.octopusui-text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.yellow {
  color: #feeebb;
}
.container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 640px;
}

.user-pic {
  background:url(images/share_bg_new.jpg) no-repeat; background-position-x:center;
  width: 100%;
  height: 70%;
  background-size: cover;
  position: absolute;
  top: 0;
}
.share-pic{
	width: 100%;
	height: 45%;
	background-size: cover;
	position: absolute;
	top: 0;
}

.game-logo, .share-text {
  position: absolute;
}

.game-logo {
  width: 108px;
  height: 43px;
  left: 1rem;
  top: 1rem;
}

.game-text {
  width: 178px;  height: 47px; margin:0 auto;
 }

.game-logo img, .game-text img, .praise-btn img{
  width: 100%;
  height: 100%;
}

.behaviour-content {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
}
.equip_area{
	width: 100%; height:50%;
	top:20%;
	left:0;
	position: absolute;
}
.left_equip{position:absolute; top:0; left:2%; width:41px;}
.right_equip{position:absolute; top:0; right:2%; width:41px;}
.equip_btn{ display:block; width:41px; height:38px; margin-bottom:6px;}
.equip01{background:url(images/equip01.jpg) no-repeat; background-size:contain;}
.equip01_hover{background:url(images/equip01_hover.jpg) no-repeat; background-size:contain;}
.equip02{background:url(images/equip02.jpg) no-repeat; background-size:contain;}
.equip02_hover{background:url(images/equip02_hover.jpg) no-repeat; background-size:contain;}
.equip03{background:url(images/equip03.jpg) no-repeat; background-size:contain;}
.equip03_hover{background:url(images/equip03_hover.jpg) no-repeat; background-size:contain;}
.equip04{background:url(images/equip04.jpg) no-repeat; background-size:contain;}
.equip04_hover{background:url(images/equip04_hover.jpg) no-repeat; background-size:contain;}
.equip05{background:url(images/equip05.jpg) no-repeat; background-size:contain;}
.equip05_hover{background:url(images/equip05_hover.jpg) no-repeat; background-size:contain;}
.equip06{background:url(images/equip06.jpg) no-repeat; background-size:contain;}
.equip06_hover{background:url(images/equip06_hover.jpg) no-repeat; background-size:contain;}
.equip07{background:url(images/equip07.jpg) no-repeat; background-size:contain;}
.equip07_hover{background:url(images/equip07_hover.jpg) no-repeat; background-size:contain;}
.equip08{background:url(images/equip08.jpg) no-repeat; background-size:contain;}
.equip08_hover{background:url(images/equip08_hover.jpg) no-repeat; background-size:contain;}

.content-title {
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.1rem;
}

.content-praise {
  width: 320px;
  margin: 0 auto;
  vertical-align: middle; text-align:center;
}

.content-praise p {
  vertical-align: middle; font-size:1rem;
  color: #ffffff;
}

.praise-btn {
  width: 79px;
  height: 71px;
}
.zan_txt{width:186px; height:26px;}
.zan_ico{ display:inline-block; width:28px; height:16px; vertical-align:middle; margin-top:-2px;}
.zan_txt img,.zan_ico img{   pointer-events: none; width:100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;}
.share-jump {
  width: 205px;
  height:40px;
  margin: 0.5rem auto;
}
.share-jump02 {
  width: 275px;
  height:40px;
  margin: 0.8rem auto 0.5rem;
}
.my_join,.get_card {
  width: 146px;
  height:40px;
  margin: 1.1rem auto;
}
.lt_logo{ width:119px; height:60px; position:absolute; top:-30%; left:50%; margin-left:-60px;}
.lt_logo02{ width:55px; height:28px; display:inline-block; vertical-align:middle;}

.share-jump a, .share-jump img, .share-jump02 img,.my_join img ,.get_card img,.lt_logo img,.lt_logo02 img{
  display: block;
  width: 100%;
  height: 100%;
}
/* 分享2 */
.share-text{position:absolute; top:50%; left:50%; width:214px; height:90px; margin-left:-107px;}
.share-text img{display:block; width:100%; height:100%;}
.share_bg{background-color:#e54a3b;}
.octopusui-mask {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: hsla(213, 5%, 32%, 0.8);
  z-index: 1001;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}