* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-family: -apple-system,Hiragino Sans GB,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}
html, body {
  width: 100%;
}
input::-webkit-input-placeholder {
	color: #c8cdd2;
}
input:-moz-placeholder {
	color:#c8cdd2;
}
input::-moz-placeholder{
	color:#c8cdd2;
}
input:-ms-input-placeholder {
	color:#c8cdd2;
}

.app {
  width: 100%;
  min-height: 100vh;
}
.title {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding: 9px 12px;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}
.title::before, .title::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  content: '';
  background-color: #f3f4f5;
}
.title::before {
  top: 0;
}
.title::after {
  bottom: 0;
}
.title input {
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #14191e;
  font-size: 20px;
}
.title .label {
  position: absolute;
  top: 9px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.title .label span {
  line-height: 28px;
  color: #c8cdd2;
  font-size: 14px;
  display: inline-block;
}
.editor-editable hr {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background-color: #DEDFE0;
}
.title .label img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  display: inline-block;
}
#editor {
  width: 100%;
  min-height: -webkit-calc(100vh - 46px);
  min-height: -moz-calc(100vh - 46px);
  min-height: -ms-calc(100vh - 46px);
  min-height: calc(100vh - 46px);
  position: relative;
}
/* #editor.is-dynamic {
  min-height: 100vh;
}
#editor.is-dynamic .editor-editable {
  min-height: 100vh;
} */
.show-placeholder:before {
  content: attr(placeholder);
  display: block;
  color: #c8cdd2;
  position: absolute;
  top: 12px;
  left: 12px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
}
.editor-editable p:first-child,
.editor-editable .image-box:first-child,
.editor-editable .user-image:first-child,
.editor-editable h2:first-child,
.editor-editable div:first-child,
.editor-editable ul:first-child,
.editor-editable ol:first-child,
.editor-editable blockquote:first-child,
.editor-editable .mention-game__box:first-child {
  margin-top: 0;
}
.editor-editable {
  width: 100%;
  height: auto;
  min-height: -webkit-calc(100vh - 46px);
  min-height: -moz-calc(100vh - 46px);
  min-height: -ms-calc(100vh - 46px);
  min-height: calc(100vh - 46px);
  box-sizing: border-box;
  padding: 12px;
}

.editor-editable p,
.editor-editable div {
  line-height: 25px;
  font-size: 16px;
  color: #14191e;
  margin-top: 8px;
}
.editor-editable h4 {
  height: 20px;
  line-height: 20px;
  margin-top: 4px;
  font-size: 12px;
  color: #8c96a0;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.editor-editable .user-image {
  width: 100%;
  margin: 10px auto 0;
  display: block;
}
.editor-editable .user-image .box {
  margin: 0 auto;
  display: block;
  position: relative;
}
.editor-editable .user-image .image-editor-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 3px solid #004B96;
  margin: 0;
}
.editor-editable .user-image .image-editor-box .tooltip {
  position: absolute;
  bottom: -36px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 24px;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.5);
  box-sizing: border-box;
  padding: 0 6px;
}
.editor-editable .user-image .image-editor-box .btn-delete,
.editor-editable .user-image .image-editor-box .btn-add-desc {
  width: 50%;
  height: 24px;
  line-height: 24px;
  float: left;
  font-size: 13px;
  color: #ffffff;
  margin: 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  text-align: center;
}
.editor-editable .user-image .image-editor-box .tooltip::before {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid rgba(0,0,0,0.5);
  position: absolute;
  top: -6px;
  left: 45px;
}
/* .editor-editable .user-image .image-editor-box .btn-add-desc {
  width: width: 50%;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
} */
/* .editor-editable .user-image .image-editor-box .btn-delete::before,
.editor-editable .user-image .image-editor-box .btn-delete::after {
  width: 2px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 11px;
  content: '';
  background-color: #ffffff;
  border-radius: 2px;
}
.editor-editable .user-image .image-editor-box .btn-delete::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.editor-editable .user-image .image-editor-box .btn-delete::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
} */
.editor-editable .image-box {
  margin: 10px auto 0;
  line-height: normal;
  background-color: #f4f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #8c9196;
  font-size: 14px;
}
.editor-editable a {
  color: #004B96;
  text-decoration: none;
}
.editor-editable img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.editor-editable h2 {
  width: 100%;
  line-height: 25px;
  font-size: 19px;
  /* color: #14191e; */
  margin-bottom: 10px;
  margin-top: 24px;
  font-weight: 600;
}
.editor-editable ul,
.editor-editable ol {
  margin-left: 20px;
  margin-top: 8px;
  color: #14191e;
}
.editor-editable li {
  line-height: 25px;
  font-size: 16px;
}
.editor-editable blockquote {
  display: block;
  border-left: 4px solid #c8cdd2;
  padding-left: 18px;
  margin-top: 8px;
  font-size: 16px;
  color: #8c9196;
}
.editor-editable blockquote p {
  color: #8c9196;
}

@font-face {
  font-family: Impact;
  src: url("//cdn.max-c.com/static/font/ImpactMTStd.otf");
  font-weight: 400;
  font-style: normal
}

.mention-game__box {
  position: relative;
  height: 76px;
  margin: 20px 0
}

.mention-game__box+.mention-game__box {
  margin-top: 15px
}

.mention-game__box:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 200%;
  height: 200%;
  border: 1px solid #f1f2f3;
  border-radius: 4px;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mention-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-sizing: content-box;
  position: relative;
  height: 56px;
  padding: 10px;
  background: #fbfbfc;
  border-radius: 2px;
  display: flex;
  margin: 0
}

.mention-game+.mention-game {
  margin-top: 20px
}

.mention-game *,
.mention-game :after,
.mention-game :before {
  box-sizing: content-box
}

.mention-game img,
.mention-game p,
.mention-game ul {
  margin: 0
}

.mention-game div,
.mention-game img,
.mention-game span {
  box-sizing: content-box
}

.mention-game .btn-follow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: transparent;
  z-index: 100;
  height: 24px;
  width: 50px
}

.mention-game .img-box {
  position: relative;
  width: 120px;
	height: 56px;
  margin-right: 10px;
  /* background: #f7f8f9; */
}
.mention-game .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mention-game .img-box .inner-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.mention-game .img-box img.game-img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
}

/*.mention-game .img-box img:not([src^=http]) {
    height: 40px;
    margin: 8px auto;
    display: block
}*/

.mention-game .img-box .discount {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  color: rgba(255,255,255,0.9);
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  padding: 3px;
  border-radius: 2px;
}
.mention-game .img-box .score {
  position: absolute;
  bottom: 4px;
  left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 12px;
  font-family: Impact, sans-serif;
  color: #fff;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ffa000), to(#fe7f00));
  background: linear-gradient(90deg, #ffa000, #fe7f00);
  border-radius: 2px
}

.mention-game .img-box .score span {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.mention-game .img-box .score img {
  height: 10px;
  margin: 4px;
  width: auto
}

.mention-game .info-box {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
	min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mention-game .info-box .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mention-game .info-box .name-box img {
  margin: 0;
  height: 14px;
  width: auto;
  margin-right: 3px
}

.mention-game .info-box .name-box .name {
  margin: 0;
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
	font-weight: 500;
  margin-right: 6px
}

.mention-game .info-box .price {
	position: absolute;
	left: 0;
	bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	width: 240px;
	list-style: none;
	padding: 0;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.mention-game .info-box .price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f1f2f3;
  line-height: 32px;
  height: 32px;
}

.mention-game .info-box .price li span,
.mention-game .info-box .price li img {
  display: inline-block;
  float: left;
}
.mention-game .info-box .price li img {
  width: 28px;
  height: 28px;
  margin: 2px 0 2px 4px;
}
.mention-game .info-box .price li.lowest {
  background: #32b846;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #ffffff;
  padding: 0 4px;
  font-size: 20px;
}
.mention-game .info-box .price li.discount {
  background: #114231;
  color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.mention-game .info-box .price li.discount span {
  color: #fff;
  font-size: 20px;
	width: 60px;
	text-align: center;
}

.mention-game .info-box .price li.now-price span {
  color: #14191e;
  font-size: 24px;
	font-weight: 600;
	padding: 0 6px 0 4px;
}

.mention-game .info-box .price li.label {
  color: #8c96a0;
  font-size: 20px;
	padding-left: 6px;
}

.mention-game .info-box .price li.original-price {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

.mention-game .info-box .price li.original-price span {
  text-decoration: line-through;
  color: #8c96a0;
  font-size: 20px;
	padding: 0 12px 0 4px;
}

.mention-game .info-box:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #114231;
  max-height: 24px;
  height: 24px;
  width: 50px;
  vertical-align: middle;
  border-radius: 2px;
  font-weight: 400;
  padding: 0;
}

.mention-game .info-box.unfollowing:after {
  /* 关注 */
  content: "\5173\6CE8";
}
.mention-game .info-box.unsubscribing:after {
  /* 预约 */
  content: "\9884\7ea6";
}
.mention-game .info-box.download:after {
  /* 下载 */
  content: "\4e0b\8f7d";
}
.mention-game .info-box.buy:after {
  /* 购买 */
  content: "\8d2d\4e70";
}
.mention-game .info-box.subscribing:after,
.mention-game .info-box.following:after,
.mention-game .info-box.owned:after {
  color: #fff;
	background: #c8cdd2;
}
.mention-game .info-box.subscribing:after {
  /* 已预约 */
  content: "\5df2\9884\7ea6";
}
.mention-game .info-box.following:after {
  /* 已关注 */
  content: "\5DF2\5173\6CE8";
}
.mention-game .info-box.owned:after {
	/* 库存中 */
  content: "\5e93\5b58\4e2d";
}

@media (max-width: 359px) {
  .title .label span {
    font-size: 12px;
  }
  .title .label img {
    width: 16px;
    height: 16px;
  }
  .title input {
    font-size: 16px;
  }
}


/* 游戏单 */
.mention-album__box {
  position: relative;
  height: 76px;
  margin: 20px 0
}

.mention-album__box+.mention-album__box {
  margin-top: 15px
}

.mention-album__box:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 4px;
  transform: scale(.5);
  box-sizing: border-box;
  transform-origin: 0 0;
}
.album-box {
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  margin: 0;
  background: #FAFBFC;
  border: 1px solid #F3F4F5;
  border-radius: 2px;
}
.album-box.delete .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  background: #F3F4F5;
}
.album-box.delete .img-box .delete-img {
  height: 22px;
  width: 17px;
  margin: 0;
}
.album-box.delete .info-box {
  height: auto;
  margin: 0;
}
.album-box.delete .info-box .delete-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #8C9196;
}
.album-box .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 16px;
  width: 16px;
  margin: 0;
}
.album-box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 112px;
  height: 56px;
  margin: 0;
  margin-right: 10px;
  padding-bottom: 2px;
  border-radius: 3px;
  background: #dadde080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.album-box .img-box .img-item {
  height: 25px;
  width: 53px;
  margin: 0;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  object-fit: cover;
}
.album-box .img-box .img-item.single {
  height: 50px;
  width: 106px;
  margin: 0;
  margin: 2px;
  border-radius: 2px;
}
.album-box .info-box {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 56px;
  width: 0;
  margin: 0;
  padding: 5px 0 3px;
}
.album-box .info-box .line-1 {
  display: flex;
  align-items: center;
  margin: 0;
}
.album-box .info-box .line-1 .tag-wrapper {
  position: relative;
  width: 27px;
  height: 16px;
  margin: 0;
  margin-right: 4px;
}
.album-box .info-box .line-1 .tag-wrapper .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
  padding: 0 8px;
  margin: 0;
  border-radius: 4px;
  background: #14191E;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
  color: #FFFFFF;
  transform: scale(0.5);
  transform-origin: top left;
}
.album-box .info-box .line-1 .name {
  flex: 1;
  width: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.album-box .info-box .line-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.album-box .info-box .line-2 .game-amount {
  font-size: 11px;
  line-height: 15px;
  color: #8C9196;
  margin: 0;
}
.album-box .info-box .line-2 .star-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 4px 10px 4px 8px;
  margin: 0;
  border-radius: 2px;
  background: #DADDE0;
}
.album-box .info-box .line-2 .star-btn .svg {
  height: 14px;
  width: 14px;
  margin: 0;
}
.album-box .info-box .line-2 .star-btn .text {
  margin: 0;
  margin-left: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.albumid-placeholder {
  width: 100%;
  height: 76px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #FAFBFC;
}