.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-c {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 父元素-水平居中（主轴是横向才生效） */
* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  box-sizing: border-box;
}
html {
  font-size: 14px;
  font-family: '微软雅黑';
}
body {
  -webkit-touch-callout: none;
  font-size: 0.12rem;
  height: 100%;
  background: #f2f2f2;
}
html,
body {
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  color: #333;
  position: relative;
}
.a-text {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  outline: none;
}
ul,
li {
  list-style: none;
}
*:after,
*:before {
  box-sizing: border-box;
}
.marginTop {
  margin-top: .2rem;
}
.white {
  background: white;
}
img,
ul,
li,
span,
button,
input,
select,
a {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #333;
}
button,
input,
select {
  vertical-align: middle;
  outline: 0;
  border: none;
  font-family: 'SimHei';
}
@media only screen and (min-width: 100px) {
  html {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 319px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 374px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 401px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 428px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 35px !important;
  }
}
.back-to-top {
  position: fixed;
  z-index: 10;
  bottom: 4.8rem;
  right: .7rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url('../assets/backTop.png');
  background-size: 2rem;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: none;
}
.img_modal {
  position: fixed;
  z-index: 101;
  width: 100%;
  max-width: 640px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.7);
  display: none;
}
.img_modal img {
  /*width: 90%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}
.bg-banner img {
  width: 100%;
}
.zixunCore-wrapper {
  padding: .2rem .6rem;
  /* border: 1px solid red; */
  box-sizing: border-box;
}
.zixunCore-wrapper .core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeee;
  padding-bottom: .7rem;
  padding-top: .7rem;
  position: relative;
}
.zixunCore-wrapper .core:first-child {
  border-width: 0;
}
.zixunCore-wrapper .core .core-sucai {
  width: 4.1rem;
  height: 2.6rem;
}
.zixunCore-wrapper .core .video-play {
  position: absolute;
  width: 1.3rem;
  top: 50%;
  left: 1.4rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.zixunCore-wrapper .core .core-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.6rem;
  margin-left: .4rem;
  font-size: .5rem;
  position: relative;
}
.zixunCore-wrapper .core .core-message .title {
  font-size: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.zixunCore-wrapper .core .core-message .bottom-message {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #9a9a9a;
  font-size: .48rem;
}
.zixunCore-wrapper .core .core-message .bottom-message .core-watch {
  position: relative;
  float: right;
  height: .5rem;
  line-height: .7rem;
  margin-right: .3rem;
}
.zixunCore-wrapper .core .core-message .bottom-message .core-watch .wa-icon {
  width: .7rem;
  vertical-align: middle;
  margin-top: -0.14575rem;
}
.zixunCore-wrapper .core .core-message .bottom-message .core-watch .pl-icon {
  vertical-align: middle;
  margin-top: -0.14575rem;
  width: .7rem;
}
.zixunCore-wrapper .load-more {
  margin-bottom: .2rem;
  background: #f2f2f2;
  text-align: center;
  font-size: .54rem;
  color: #3558e8;
  height: 1.2rem;
  line-height: 1.2rem;
}
.gamesCore-wrapper {
  padding: 0 .3rem .2rem .3rem;
  /* border: 1px solid red; */
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.gamesCore-wrapper .load-more {
  margin-bottom: .2rem;
  background: #f2f2f2;
  text-align: center;
  font-size: .54rem;
  color: #3558e8;
  height: 1.2rem;
  line-height: 1.2rem;
}
.gamesCore-wrapper .core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeee;
  padding-bottom: .5rem;
  padding-top: .5rem;
  position: relative;
}
.gamesCore-wrapper .core:first-child {
  border-width: 0;
}
.gamesCore-wrapper .core .core-sucai {
  width: 2.5rem;
  height: 2.5rem;
}
.gamesCore-wrapper .core .core-outer-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.5rem;
  margin-left: .5rem;
  position: relative;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message {
  margin-right: 2.4rem;
  /* border: 1px solid red; */
  width: 100%;
  padding-right: 2.2rem;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message .game-name {
  color: #333333;
  font-size: .61rem;
  margin-bottom: .14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message .game-tag {
  width: 100%;
  font-size: .45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 0.1rem;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message .game-tag span {
  display: inline-block;
  padding: .05rem .1rem .05rem .1rem;
  border-radius: 3px;
  font-size: .34rem;
  margin-bottom: 0.1rem;
  margin-right: .15rem;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message .game-tag span.gifts {
  color: #f95e5d;
  border: 1px solid #f95e5d;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message .game-tag span.type {
  color: #9193fb;
  border: 1px solid #9193fb;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message .game-tag span.activity {
  color: #fbb46f;
  border: 1px solid#fbb46f;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message .game-tag span.size {
  color: #ad6df5;
  border: 1px solid #ad6df5;
}
.gamesCore-wrapper .core .core-outer-message .core-inner-message .game-tag span.custom {
  color: green;
  border: 1px solid green;
}
.gamesCore-wrapper .core .core-outer-message .download {
  color: #333333;
  background: #ffde4d;
  border-width: 0;
  width: 2.2rem;
  border-radius: 4px;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translate(0, -50%);
  padding: .2rem .4rem;
  font-size: .55rem;
}
.gamesCore-wrapper .core .core-outer-message .game-message {
  width: 9rem;
  font-size: .42rem;
  color: #9a9a9a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-binding: url('ellipsis.xml#ellipsis');
}
.videoCore-wrapper {
  width: 100%;
  padding-top: .6rem;
  padding-bottom: .4rem;
}
.videoCore-wrapper .video-row-outer {
  position: relative;
  margin-bottom: .4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.videoCore-wrapper .video-row-outer .video-single {
  width: 49.4%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.videoCore-wrapper .video-row-outer .video-single .core-sucai {
  width: 100%;
  /* height: 80%; */
  height: 4rem;
}
.videoCore-wrapper .video-row-outer .video-single:nth-child(2) {
  /* float: right; */
  /* .flex(.96); */
}
.videoCore-wrapper .video-row-outer .video-single .video-message {
  /* min-height: .5rem; */
  /* height: 1.5rem; */
  width: 92%;
  margin: auto;
  margin-top: .1rem;
  font-size: .54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.videoCore-wrapper .video-row-outer .video-single .video-play {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.6rem;
}
.videoCore-wrapper .video-row-outer:last-child {
  margin-bottom: .5rem;
}
.videoCore-wrapper .load-more {
  width: 93%;
  margin: 0 auto;
  margin-bottom: .2rem;
  background: #f2f2f2;
  text-align: center;
  font-size: .54rem;
  color: #3558e8;
  height: 1.2rem;
  line-height: 1.2rem;
}
.gift-wrapper {
  padding: .2rem .6rem;
  position: relative;
}
.gift-wrapper a {
  display: block;
  border-bottom: 1px solid #eeeeee;
}
.gift-wrapper a:last-child {
  border-width: 0;
}
.gift-wrapper .core {
  width: 100%;
  height: 3.4rem;
  /* border: 1px solid red; */
  position: relative;
  /* padding: .5rem .6rem .6rem .6rem; */
  padding-bottom: .7rem;
  padding-top: .5rem;
  border-top: 1px solid #eeeeee;
}
.gift-wrapper .core:first-child {
  border-width: 0;
}
.gift-wrapper .core .gift-btn {
  /* .px2rem(width, 150); */
  width: 2.1rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border: 1px solid #ffda44;
  /* box-shadow: 0 0 1px #ffda44; */
  background: #ffda44;
  color: #333;
  border-radius: 3px;
  font-size: .6rem;
  position: absolute;
  right: .3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gift-wrapper .core .core-inner {
  padding-left: .2rem;
  padding-right: 2.9rem;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.gift-wrapper .core .core-inner .gift-name {
  font-size: .6rem;
  color: #333;
}
.gift-wrapper .core .core-inner .gift-content {
  margin-top: .2rem;
  font-size: .5325rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.gift-wrapper .load-more {
  /* width: 98%; */
  margin: 0 auto;
  margin-bottom: .2rem;
  background: #f2f2f2;
  text-align: center;
  font-size: .54rem;
  color: #3558e8;
  height: 1.2rem;
  line-height: 1.2rem;
}
.ActivityCore-wrapper {
  padding: 0 .6rem .2rem .6rem;
  /* border: 1px solid red; */
  box-sizing: border-box;
}
.ActivityCore-wrapper .core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: .6rem;
  padding-top: .6rem;
  position: relative;
}
.ActivityCore-wrapper .core .core-sucai {
  width: 4rem;
  height: 2.6rem;
}
.ActivityCore-wrapper .core .core-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.6rem;
  margin-left: .4rem;
  font-size: .5rem;
  position: relative;
  letter-spacing: 1px;
}
.ActivityCore-wrapper .core .core-message .title {
  font-size: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ActivityCore-wrapper .core .core-message .content {
  margin-top: .24rem;
  font-size: .54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #727070;
}
.ActivityCore-wrapper .core .core-message .date {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ActivityCore-wrapper .core .core-message .bottom-message {
  position: absolute;
  top: 2rem;
  width: 100%;
  /* bottom: 0; */
  color: #9a9a9a;
  font-size: .48rem;
}
.ActivityCore-wrapper .core .core-message .bottom-message .core-watch {
  position: relative;
  float: right;
  height: .5rem;
  line-height: .6rem;
  margin-right: .5rem;
}
.ActivityCore-wrapper .core .core-message .bottom-message .core-watch .wa-icon {
  width: .75rem;
  vertical-align: top;
}
.ActivityCore-wrapper .core .core-message .bottom-message .core-watch .pl-icon {
  vertical-align: top;
  width: .5rem;
}
.ActivityCore-wrapper .load-more {
  margin-bottom: .2rem;
  background: #f2f2f2;
  text-align: center;
  font-size: .54rem;
  color: #3558e8;
  height: 1.2rem;
  line-height: 1.2rem;
}
.comments-wrapper {
  position: relative;
}
.comments-wrapper .move {
  opacity: .5;
  position: fixed;
  bottom: 200px;
}
.comments-wrapper .float-box-in-comments {
  position: absolute;
  z-index: 100;
  right: .8rem;
  width: 2.2rem;
  height: 5rem;
}
.comments-wrapper .float-box-in-comments img {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: .2rem;
}
.comments-wrapper .hot-comments-title {
  width: 3.3rem;
  background: #ffda44;
  font-size: .573575rem;
  padding: .2rem .4rem;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #333;
  margin-top: .6rem;
}
.comments-wrapper .getMore-comments {
  margin-top: 1rem;
  position: relative;
  height: 1rem;
}
.comments-wrapper .getMore-comments .line {
  height: 1px;
  border-bottom: 1px solid #eeeeee;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comments-wrapper .getMore-comments .line-message {
  color: #3558e8;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  letter-spacing: 1px;
  background: white;
  font-size: .5675rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comments-wrapper .comment-box {
  /* height: 1000px; */
  padding: .5675rem;
  border-bottom: 1px solid #eeeeee;
}
.comments-wrapper .comment-box .icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comments-wrapper .comment-box .icon-row .user-icon {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: .95rem;
}
.comments-wrapper .comment-box .icon-row .user-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: .3rem;
  position: relative;
}
.comments-wrapper .comment-box .icon-row .user-detail .user-name {
  font-size: .7255rem;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.comments-wrapper .comment-box .icon-row .user-detail .comments-time {
  font-size: .52545rem;
  color: #9a9a9a;
  position: absolute;
  bottom: 0;
}
.comments-wrapper .comment-box .comments-content-box {
  /* padding: 0 2rem .1rem; */
  padding-left: 1.2rem;
  margin-top: .4rem;
  /* border: 1px solid red; */
  word-break: break-all;
}
.comments-wrapper .comment-box .comments-content-box .first-comment {
  font-size: .564rem;
}
.comments-wrapper .comment-box .comments-content-box .comments-operation {
  margin-top: .2rem;
  text-align: right;
  height: .7rem;
}
.comments-wrapper .comment-box .comments-content-box .comments-operation .core-watch {
  position: relative;
  float: right;
  /* height: .5rem; */
  /* line-height: .6rem; */
  margin-right: .5rem;
  font-size: .54rem;
  color: #9a9a9a;
  padding-left: .8rem;
}
.comments-wrapper .comment-box .comments-content-box .comments-operation .core-watch .pl-icon,
.comments-wrapper .comment-box .comments-content-box .comments-operation .core-watch .zan-icon {
  width: .6rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  transform: translate(0, -60%);
  /* vertical-align: top; */
}
.comments-wrapper .comment-box .comments-content-box .comments-operation .core-watch .pl-icon {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.comments-wrapper .comment-box .comments-content-box .reply-box {
  margin-top: .3rem;
  background: #f5f3f3;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core {
  border-bottom: 1px solid #eeeeee;
  font-size: .564rem;
  padding: .3rem;
  color: #666666;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core:last-child {
  border-width: 0;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core .replay-time-zan {
  margin-top: .4rem;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core .commenter {
  color: #000000;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core .reply {
  color: #3585e8;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core .commenter-content {
  color: #666666;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core .commenter-time {
  color: #9a9a9a;
  font-size: .5rem;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core .core-watch {
  position: relative;
  float: right;
  /* height: .5rem; */
  /* line-height: .6rem; */
  margin-right: .2rem;
  font-size: .54rem;
  color: #9a9a9a;
  padding-left: .7345rem;
}
.comments-wrapper .comment-box .comments-content-box .reply-box .recontent-core .core-watch .wa-icon {
  width: .54rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  transform: translate(0, -60%);
  /* vertical-align: top; */
}
.comments-wrapper .comment-box .comments-content-box .reply-box .showMore {
  text-align: center;
  font-size: .564rem;
  height: 1.4rem;
  line-height: 1.4rem;
  color: #3585e8;
}
.game-second-nav {
  height: 1.64rem;
  line-height: 1.64rem;
  margin-top: 2rem;
  border-bottom: 1px solid #eeeeee;
  padding: 0 .8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* 其它取值如下：
    align-items     主轴原点方向对齐
    flex-end        主轴延伸方向对齐
    space-between   等间距排列，首尾不留白
    space-around    等间距排列，首尾留白
 */
}
.game-second-nav .second-nav-item {
  font-size: .58135rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.game-second-nav .second-nav-item span {
  padding: .1rem;
  display: inline-block;
  height: 104%;
}
.game-second-nav .nav-active {
  border-bottom: 4px solid #ffda44;
}
.game-third-nav {
  text-align: center;
  padding-top: .6865rem;
  padding-bottom: .2rem;
}
.game-third-nav .game-third-nav {
  font-size: .58135rem;
  display: inline-block;
  vertical-align: top;
  padding: .246785rem 1.7689345rem;
  margin-right: -0.15rem;
  border: 1px solid #ffda44;
  letter-spacing: 1px;
}
.game-third-nav .game-third-nav:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.game-third-nav .game-third-nav:last-child {
  border-left-width: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.game-third-nav .game-third-nav-active {
  background: #ffda44;
}
.marginTop10 {
  margin-top: 2rem;
  background-color: #ffffff;
}
.marginTop10 .img_jiangtou {
  position: absolute;
  right: 1rem;
  width: 0.5rem;
}
.installed-box .installed_single {
  position: relative;
  height: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding: 0 .8rem;
}
.installed-box .installed_single img.img_core {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
}
.installed-box .installed_single .gift-detail-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.5rem;
  margin-left: .4rem;
}
.installed-box .installed_single .gift-detail-box .gift_name {
  font-size: .6786345rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.installed-box .installed_single .gift-detail-box .num-of-gift {
  letter-spacing: 1px;
  font-size: .564765rem;
  color: #888888;
  margin-top: .02rem;
  position: relative;
}
.installed-box .installed_single .gift-detail-box .num-of-gift span {
  color: #ff9600;
}
.installed-box .installed_single .gift-detail-box .num-of-gift i {
  position: absolute;
  top: -0.1rem;
  display: inline-block;
  width: 1.2rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: .8rem;
  background-position: .4rem center;
  background-image: url(../assets/vip.png);
}
.installed-box .installed_single img.more {
  width: 1rem;
}
/* ---新增 */
.left_modal_btn,.right_modal_btn{
  width: 1.29rem;
  height: 5.1143rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.left_modal_btn{
  left: 0;
  background: url('../assets/left.png');
  background-size:100% 100%;
  background-repeat:no-repeat;
}
.right_modal_btn{
  right: 0;
  background: url('../assets/right.png');
  background-size:100% 100%;
  background-repeat:no-repeat;

}
.img_modal_show{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.img_modal_show img{
  width: 100%;
}
.img_modal_pages{
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.img_modal_pages .swiper-pagination-bullet{
  opacity: .5;
  margin: 0 1%;
  background: #fff;
}
.img_modal_pages .swiper-pagination-bullet-active{
  background: #ffda44;
  opacity: 1;
}




