/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
  font-size:10px;
}

body {
  font-size:1.4rem;
  font-family: 'Microsoft YaHei', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  background:#eeeeee;
  color:#505050;
}

ul,li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color:#d24f70;
  text-decoration: none;
}

.hidden {
  display: none;
}

label {
  cursor: pointer;
}

::-webkit-scrollbar {
  width:.8rem;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb {
  background:#a5a5a5;
}

@keyframes fadeOut {
  0% {
    opacity:1;
    visibility: visible;
  }
  100% {
    opacity:0;
    visibility: hidden;
  }
}

@keyframes hide {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

a.anchor {
  position:absolute;
  margin-top:-5rem;
}

.expand-img {
  cursor: pointer;
}

.select {
  cursor: pointer;
  padding:0 3rem 0 1.5rem;
  box-sizing: border-box;
  background:url(../images/select_arrow.png) no-repeat right .8rem center/1.5rem;
  min-width: 0;
  display: flex;
  align-items: center;
  position: relative;
  color:#505050;
  height:4rem;
  width:11rem;
}

.select .value-text {
  width:auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 11rem;
}

.select-options {
  position:absolute;
  background: #fff;
  top:0;
  left:0;
  z-index:99;
  width:11rem;
  height:max-content;
  max-height:22rem;
  box-sizing: border-box;
  padding:.3rem;
  overflow-y: auto;
  color: #505050;
  border:.1rem solid #d2d2d2;
}

.select-options .option {
  height:3.6rem;
  cursor: pointer;
  box-sizing: border-box;
  padding:1.2rem;
  display: flex;
  align-items: center;
}

.select-options .option:hover {
  background:#ffd9e4;
}

/** Header */
#header {
  position:fixed;
  background:#d24f70;
  z-index:99;
  top:0;
  left:0;
  width:100%;
}

#top-banner {
  display: flex;
  width:100rem;
  margin:0 auto;
}

#top-banner .main {
  height:4rem;
  display: flex;
  align-items: center;
}

#top-banner .main .logo {
  margin-left:1.6rem;
  font-size:0;
}

#top-banner .main .logo img {
  height:3.2rem;
}

#nav {
  display: flex;
  align-items: center;
  margin-left:5.6rem;
}

#nav ul {
  height:100%;
  display: flex;
}

#nav ul li {
  margin-left:4.4rem;
}

#nav ul li:first-child {
  margin-left:0;
}

#nav ul li,
#nav ul li a {
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height:100%;
}

#nav li.hot:before {
  content:'';
  position: absolute;
  width:2.6rem;
  height:1.4rem;
  left:-1.1rem;
  top:0rem;
  background:url(../images/hot_pc.gif) no-repeat center center;
  background-size: 100%;
}

#nav li.current:after {
  content:'';
  position: absolute;
  width:100%;
  height:0.3rem;
  bottom:0;
  background:#fff;
}

/** Shop Search */
.shop-search {
  background:#fff;
  height:4rem;
  display: flex;
  position: sticky;
  top:4.5rem;
  z-index:10;
  margin-bottom:1rem;
}

.shop-search .search-wrap {
  flex:1;
  display: flex;
  box-sizing: border-box;
  height:100%;
  border:.2rem solid #d24f70;
  align-items: center;
}

.shop-search .search-wrap .search-input {
  border:0;
  padding:0;
  margin:0;
  outline: 0;
  flex:1;
  box-sizing: border-box;
  padding-left:1rem;
  height:100%;
}

.shop-search .search-wrap .search-btn {
  width:4rem;
  height:100%;
  background:url(../images/btn_search.png) no-repeat center/80%;
}

.shop-search .search-wrap .clear-search {
  width:7.2rem;
  height:2.4rem;
  background: #eee;
  color:#d24f70;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size:1.2rem;
  border-radius: .4rem;
  cursor: pointer;
}

.shop-search .search-wrap .clear-search:hover {
  background: #ffd9e4;
}

/** Header END */

.main-area {
  width:100rem;
  min-height:90rem;
  margin:5rem auto 1rem auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/** Widget States START */

#content .widget.highlight .cover .state,
#content .widget.lottery .cover .state {
  background: rgba(210, 79, 112, 0.8);
}

/** LSA */
#content .widget.lsa-work .cover {
  height:31.5rem;
}

#content .widget.lsa-work .description {
  min-height:31.5rem;
}

#content .widget.lsa-work .cover .award-main,
#content .widget.lsa-work .cover .award-sub,
#content .widget.lsa-work .cover .award-razzies {
  position:absolute;
  width:5.6rem;
  height:5.6rem;
  background:url(../images/lsa_award_main.png) no-repeat center/100%;
  top:1rem;
  left:1rem;
  z-index:3;
}

#content .widget.lsa-work .cover .award-sub,
#content .widget.lsa-work .cover .award-razzies {
  z-index:2;
  background:url(../images/lsa_award_sub.png) no-repeat center/100%;
}

#content .widget.lsa-work .cover .award-razzies {
  background:url(../images/lsa_award_razzies.png) no-repeat center/100%;
}

#content .widget.lsa-work .cover .award-sub.pst-2,
#content .widget.lsa-work .cover .award-razzies.pst-2 {
  left:5.5rem;
}

#content .widget.lsa-work .cover .award-nominate {
  position:absolute;
  height:2rem;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding:0 .8rem;
  line-height: 1;
  font-size: 1rem;
  left:1rem;
  top:1rem;
  background: #ffd9e4;
  color:#d24f70;
  border:.1rem solid #d24f70;
  border-radius: 2rem;
  box-sizing: border-box;
  z-index:2;
}

#content .widget.lsa-work .cover .award-nominate.pst-1-2 {
  top:3.5rem;
}

#content .widget.lsa-work .cover .award-nominate.pst-1-3 {
  top:6rem;
}

#content .widget.lsa-work .cover .award-nominate.pst-2 {
  top:7.5rem;
}

#content .widget.lsa-work .cover .award-nominate.pst-2-2 {
  top:10rem;
}

#content .widget.title .description .title .col {
  color:#d24f70;
}

#content .widget.title .description .title strong {
  color:#d24f70;
  font-weight: normal;
}

#content .widget.title .description .tips {
  height:2.4rem;
  background: #ffd9e4;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#d24f70;
  font-weight: bold;
}

#content .widget.lsa .description .intro {
  text-align: center;
}

#content .widget.lsa .links,
#content .widget.lsa-work .links {
  flex-direction: column;
}

#content .widget.lsa .links a,
#content .widget.lsa .links div,
#content .widget.lsa-work .links a,
#content .widget.lsa-work .links div {
  width:auto;
}

#content .widget.lsa .links a:before,
#content .widget.lsa .links div:before {
  background-image:url(../images/pc_lotto@2x.png);
}

#content .widget.lsa .voteid-wrap {
  display: flex;
  background:#eeeeee;
  height:4rem;
  align-items: center;
  margin-bottom:1rem;
  position: relative;
}

#content .widget.lsa .voteid-wrap .name {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width:6rem;
  height:1.8rem;
  background:#d24f70;
  line-height: 1;
  color:#fff;
  margin:0 1rem;
}

#content .widget.lsa .voteid-wrap .voteid {
  flex:1;
  font-weight: bold;
  text-align: center;
  font-size:1.6rem;
}

#content .widget.lsa .voteid-wrap .voteid label {
  display: block;
  width:100%;
}

#content .widget.lsa .voteid-wrap .copy {
  width:2.8rem;
  height:2.8rem;
  margin:0 1rem;
  cursor: pointer;
  background:#fff url(../images/copy@2x.png) no-repeat center/60%;
}

#content .widget.lsa .voteid-wrap .copied {
  color:#d24f70;
  position:absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width:6rem;
  height:2rem;
  background:#ffd9e4;
  top:-2.5rem;
  visibility: hidden;
  opacity:0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  right:0;
}

#content .widget.lsa .voteid-wrap .copied.active {
  visibility: visible;
  opacity:1;
}

#content .belt,
#content .lsa-awname {
  display: flex;
  justify-content: center;
  align-items: center;
  background:#ccc;
  margin:1.5rem 2.5rem;
  font-size:1.8rem;
  height:3rem;
  box-sizing: border-box;
  background:#ffd9e4;
  border:.1rem solid #d24f70;
  color:#d24f70;
  line-height: 1;
  position: relative;
}

#content .belt .belt-left,
#content .belt .belt-right,
#content .lsa-awname .belt-left,
#content .lsa-awname .belt-right {
  width:4rem;
  height:3rem;
  position: absolute;
  z-index:-1;
  top:.5rem;
  left:-2.5rem;
  box-sizing: border-box;
  background:#d24f70;
  clip-path: polygon(0 0,35% 50%, 0 100%, 100% 100%, 100% 0);
}

#content .belt .belt-right,
#content .lsa-awname .belt-right {
  left:auto;
  right:-2.5rem;
  transform: rotate(180deg);
}

#content .belt .belt-left:before,
#content .belt .belt-right:before,
#content .lsa-awname .belt-left:before,
#content .lsa-awname .belt-right:before {
  content:'';
  position: absolute;
  top:.1rem;
  bottom:.1rem;
  left:.2rem;
  right:.1rem;
  background:#ffd9e4;
  clip-path: polygon(0 0,35% 50%, 0 100%, 100% 100%, 100% 0);
  z-index:-1;
}

/** Work */
#content {
  width:74rem;
}

#content .widget {
  margin-bottom:1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#content .widget .side {
  width:31.5rem;
  position: sticky;
  top:5rem;
}

#content .widget .cover {
  width:100%;
  height:45rem;
  overflow: hidden;
  font-size:0;
  position: relative;
  background:#e5e5e5;
}

#content .widget .cover .state,
#content .lottery[data-lottery-state="ended"] .cover .state {
  position:absolute;
  width:100%;
  height:4rem;
  line-height:4rem;
  bottom:0;
  left:0;
  font-size:1.8rem;
  color:#fff;
  display: flex;
  align-items: center;
  background:rgba(0,0,0,0.5);
  box-sizing:border-box;
  padding:0 1.8rem;
  white-space:nowrap;
}

#content .widget .cover .pic-num {
  width: 7.2rem;
  color:#fff;
  font-size:1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:rgba(0,0,0,0.3);
  height: 3.6rem;
  background-size: 100%;
  position: absolute;
  bottom:0.2rem;
  right:0.2rem;
  overflow: hidden;
  cursor: pointer;
}

#content .widget .cover .pic-num span {
  flex:1;
  text-align: center;
}

#content .widget .cover .pic-num:after {
  content:'';
  width:3.6rem;
  height:3.6rem;
  margin-left:-.5rem;
  background: url(../images/pc_pics@2x.png) no-repeat center center/100%;
}

#content .widget .cover img {
  max-width:100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

#content .widget .description {
  width:42rem;
  min-height:50.5rem;
  padding:2rem 0;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
}

#content .widget .description .head {
  border-bottom:1px solid #eee;
  padding-bottom:2rem;
}

#content .widget .description .title-wrap {
  display: flex;
  justify-content: space-between;
}

/** Title */
#content .widget.title .description .head {
  border:0;
}

#content .widget.title .description {
  min-height:45rem;
}

.discount-7 {
  width:10.7rem;
  height:3.6rem;
  background:#d24f70;
  color:#fff;
  display: flex;
  align-items: center;
  font-size:1.5rem;
  box-sizing: border-box;
  border:.1rem solid #d24f70;
  cursor: pointer;
}

.discount-7:before {
  content:'';
  height:100%;
  width:3.6rem;
  margin-right:.8rem;
  background:#fff url(../images/pc_btn_discount_buy@2x.png) no-repeat center/55%;
}

a.discount-7:hover {
  background:#FFD9E4;
  color:#d24f70;
}

a.discount-7:hover:before {
  border-right:.1rem solid #d24f70;
}

#content .widget .description .discount-7 {
  margin-right:2.5rem;
}

#content .widget .title,
#content .widget .info,
#content .widget .slogan,
#content .widget .intro {
  margin:0 2.5rem;
}

#content .widget .slogan {
  color:#d24f70;
  font-size:2rem;
  font-weight: bold;
  line-height:1.6;
  margin-top:2rem;
}

#content .widget .title {
  font-size:2.4rem;
  line-height:1.3;
  min-height:3.6rem;
  flex:1;
}

#content .widget .info {
  font-size:1.2rem;
  line-height:1.6;
  font-weight:bold;
  margin-top:1rem;
}

#content .widget .to-site {
  margin-top:0.1rem;
  display: flex;
}

#content .widget .to-site .icon {
  height:3.6rem;
  width: 3.6rem;
  background:#d24f70 url(../images/btn_link_white@2x.png) no-repeat center/60%;
  margin-right:.1rem;
}

#content .widget .to-site .text {
  color:#fff;
  font-size:1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex:1;
  background:#d24f70;
}

#content .widget .tags .state {
  background-color: #a5a5a5;
  background-image:url(../images/tag3_off@2x.png);
}

#content .widget.highlight .tags .state {
  background-color:#d24f70;
  background-image:url(../images/tag3_on@2x.png);
}

#content .widget .tags .sp {
  background-image:url(../images/tag1@2x.png);
}

#content .widget .tags .discount {
  background-image:url(../images/tag2@2x.png);
}

#content .widget .description .intro {
  font-size:1.5rem;
  line-height:1.65;
  flex:1;
}

#content .widget .description .intro p {
  margin:2rem 0;
}

#content .widget .description .intro:last-child p:last-child {
  margin-bottom:0;
}

#content .widget .remarks {
  font-size:1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin:0 2.5rem 2.5rem 2.5rem;
}

/** LSP Free */
#content .widget.lspfree {
  height:22rem;
}

#content .widget.lspfree .side {
  width:37rem;
  height:100%;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem;
  border-right:.1rem solid #eeeeee;
}

#content .widget.lspfree .side .cover {
  height:100%;
}

#content .widget.lspfree .description {
  flex:1;
  height:100%;
  width:auto;
  min-height:auto;
  display: flex;
  flex-direction: column;
}

#content .widget.lspfree .description .info {
  flex:1;
  max-height:5rem;
  overflow: auto;
}

#content .widget.lspfree .description .head {
  border:none;
}

#content .widget.lspfree .description .links {
  margin-top:auto;
  margin-bottom:1rem;
}

#content .widget.lspfree .description .links button {
  width:100%;
}

#content .widget.lspfree .description .links button.icon-btn:before {
  background-image: url(../images/btn_free.png);
  width:2.6rem;
  height:2.6rem;
  margin-right:.5rem;
}

/** Buttun Type */
button,
.btn-1,
.btn-2 {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:1.5rem;
  height:3.6rem;
  box-sizing: border-box;
  border:0;
  width:100%;
  cursor: pointer;
  outline: none;
}

.lottery-btn {
  width:100%;
}

.btn-1 {
  color:#fff;
  background:#d24f70;
}

.btn-1:disabled {
  background:#a5a5a5;
}

.btn-2 {
  background:#fff;
  color:#d24f70;
  border:0.1rem solid #d24f70;
}

.btn-2:disabled {
  border-color:#a5a5a5;
  color:#a5a5a5;
}

.btn-pay {
  width:100%;
  height:3.6rem;
  color:#fff;
  background:#d24f70;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-pay span {
  width:7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-pay.alipay {
  background:#226bf3;
}

.btn-pay.alipay:before {
  content:'';
  background:url(../images/btn_pay_alipay.png) no-repeat center/100%;
  width:2.2rem;
  height:2.2rem;
}

.btn-pay.wechat-pay {
  background:#09bb07;
}

.btn-pay.wechat-pay:before {
  content:'';
  background:url(../images/btn_pay_wechat.png) no-repeat center/100%;
  width:2.2rem;
  height:2.2rem;
}

.icon-btn:before {
  content:'';
  width:2rem;
  height:2rem;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right:1rem;
}

#content .widget .links {
  margin:0 2rem;
  display: flex;
  justify-content: space-between;
}

#content .widget .links .disabled {
  background-color: #a5a5a5;
  border:0;
  color:#fff;
  cursor:not-allowed;
}

#content .widget .links a,
#content .widget .links div {
  width:18.5rem;
}

#content .widget .links .to-steam:before {
  background-image:url(../images/btn_steam.png);
}

#content .widget .links .to-steam.disabled:before {
  background-image:url(../images/btn_steam_dis.png);
}

#content .widget .links .to-shop:before {
  background-image:url(../images/btn_buy_white@2x.png);
}

#content .widget .notice {
  font-size:1.2rem;
  color:#a5a5a5;
  text-align: center;
  line-height: 1.5;
}

#content .widget .notice a {
  color:#d24f70;
}

#content .widget .notice .up {
  font-weight: bold;
}

/** Lottery */
#content .widget.lottery .cover {
  height:31.5rem;
}

#content .widget.lottery .description {
  min-height:31.5rem;
}

#content .lottery .links {
  margin-bottom:1rem;
}

#content .lottery .lottery-btn:before {
  background-image:url(../images/pc_lotto@2x.png);
}

#content .lottery[data-user-state="betted"] .lottery-btn {
  background: #ffd9e4;
  color: #d24f70;
}

#content .lottery[data-user-state="betted"] .lottery-btn:before {
  background-image:url(../images/pc_lotto_on@2x.png);
}

#content .lottery[data-user-state="win"] .lottery-btn {
  background: rgba(255, 217, 228, 0.5);
  color: #d24f70;
  font-size:2.6rem;
}

#content .lottery[data-user-state="win"] .description {
  background-image:url(../images/bingo_l.png), url(../images/bingo_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size:29%, 45%;
}

#content .lottery[data-user-state="win"] .lottery-btn::before {
  display: none;
}

#content .lottery[data-user-state="missed"] .lottery-btn {
  background: #a5a5a5;
  color:#fff;
}

#content .lottery[data-user-state="missed"] .lottery-btn::before {
  display: none;
}

/** Article */
#content .article {
  background:#fff;
  min-height:78rem;
  margin-bottom:1rem;
  box-sizing: border-box;
  padding:5rem;
}

#content .article ul {
  margin-left:3rem;
}

#content .article li {
  list-style-type: disc;
}

#content .article h2 {
  font-size:2rem;
  font-weight: normal;
}

#content .article h3 {
  font-size:2.4rem;
  font-weight: normal;
}

#content .article .title {
  font-size:2.4rem;
  margin-bottom:1rem;
  margin-top:0;
  font-weight: normal;
}

#content .article .text {
  font-size:1.5rem;
  line-height:1.6;
}

#content .article .text p {
  margin:2.5rem 0;
}

#content .article .text p:first-child {
  margin-top:0;
}

#content .article table {
  width:100%;
  border-spacing:.2rem;
}

#content .article table tr {
  height:4.6rem;
}

#content .article table tbody tr:last-child {
  margin-bottom: 0;
}

#content .article table th,
#content .article table td {
  border:.1rem solid #eee;
  text-align: center;
}

#content .article table th,
#content .article table.lsp-level tr td:first-child {
  background: #eee;
}

#content .article table.lsp-level tr td:first-child img {
  width:3.6rem;
  margin-bottom:-.6rem;
}

#content .article table.lsp-level tr td:last-child {
  text-align: left;
  padding-left:2rem;
}

/** Sidebar */
.sidebar {
  width:25rem;
}

.sidebar .subscribe {
  height:15rem;
  background:url(../images/login_bg@2x.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.sidebar .subscribe .text {
  color:#fff;
  font-size:1.4rem;
  position:absolute;
  top:6.5rem;
  text-align: center;
  left:0;
  right:0;
}

.sidebar #subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  width:15rem;
  height:4rem;
  border:0.2rem solid #d24f70;
  background: #fff;
  border-radius: 4rem;
  font-size:1.6rem;
  color:#d24f70;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  box-sizing: border-box;
  margin:0 auto 0 auto;
}

.sidebar #subscribe:before {
  content:'';
  width:3rem;
  height:2.4rem;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right:1rem;
  background-image: url(../images/heart_gray@2x.png);
  transition:background 0.1s linear;
}

.sidebar #subscribe:hover:before {
  background-image: url(../images/login_heart@2x.png);
}

.usercard {
  background:#fff;
  margin-bottom: 1rem;
}

.usercard .user {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding:2rem 1rem;
}

@property --exp-progress {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}

.progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, #fff 77.99%, transparent 78% 100%),
    conic-gradient(#ffa5b4 var(--exp-progress), #eee 0);
  transform: rotate(180deg);
  transition: --exp-progress 0.5s ease;
}

.usercard .avatar-wrap {
  position: relative;
  width:6rem;
  height:6rem;
  cursor: pointer;
}

.usercard .avatar-wrap .avatar {
  width:4.8rem;
  height:4.8rem;
  border-radius: 50%;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  box-sizing: border-box;
  border:.2rem solid #fff;
}

.usercard .avatar-wrap .avatar img {
  object-fit: contain;
  position:absolute;
  left:-5%;
  top:-5%;
  margin:auto;
  width:110%;
  height:110%;
}

.usercard .avatar-wrap .user-exp {
  position: absolute;
  background:#d24f70;
  color:#fff;
  width:6.3rem;
  height:1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom:-.7rem;
  left:.6rem;
  visibility: hidden;
  opacity:0;
  font-size: 1rem;
  line-height: 1;
  transition: visibility .2s linear, opacity .2s ease;
}

.usercard .avatar-wrap .user-exp:before {
  content:'?';
  position:absolute;
  color:#d24f70;
  font-size:1.3rem;
  font-weight: bold;
  box-sizing: border-box;
  border:.1rem solid #d24f70;
  height:100%;
  width:1.6rem;
  left:-1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#fff;
}

.usercard .avatar-wrap:hover .user-exp {
  visibility: visible;
  opacity:1;
}

.usercard .info {
  width:16rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding:0.5rem 0;
}

.usercard .info .uid,
.usercard .info .emailbox {
  background:#eeeeee;
  height:2.4rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding:0 0.2rem 0 0.5rem;
}

.usercard .uid {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom:0.5rem;
}

.usercard .user .emailbox {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}

.usercard .user .emailbox.not-completed {
  animation: comp-remind 0.8s linear infinite alternate;
}

@keyframes comp-remind {
  0% {
    background-color: #FFE537;
  }
  100% {
    background-color: #eeeeee;
  }
}

.usercard .user .email {
  overflow: hidden;
  flex:1;
}

.usercard .subscribe-state {
  background:#ffd9e4;
  color:#d24f70;
  font-size:1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height:5rem;
}

.usercard .subscribe-state:before {
  content:'';
  width:2rem;
  height:2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image:url(../images/login_OK@2x.png);
  background-size: 100%;
  margin-right:0.5rem;
}

.usercard .subscribe-state.not-completed:before {
  background-image:url(../images/login_warning@2x.png);
}

.usercard .shop-bonus {
  background:#ffd9e4;
  color:#d24f70;
  font-size:1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:5rem;
  box-sizing: border-box;
  padding:0 1.2rem;
}

.usercard .shop-bonus .bonus-wrap {
  position: relative;
  margin-left:1.2rem;
  padding-left:1.2rem;
}

.usercard .shop-bonus .bonus-wrap:before
{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:-1.2rem;
  width:2rem;
  height:2rem;
  margin:auto;
  background: url(../images/icon_point.png) no-repeat center/100%;
}

.usercard .shop-bonus .bonus-gift {
  background:#d24f70;
  color:#fff;
  height:2.8rem;
  border-radius: 2.8rem;
  padding:0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.usercard .shop-bonus .bonus-gift:after {
  content:'';
  width:2rem;
  height: 2rem;
  background:url(../images/icon_point_goto.png) no-repeat center/100%;
  margin-left:.5rem;
}

.usercard #change-email {
  background:#fff;
  height: 2rem;
  width: 2rem;
  background-repeat: no-repeat;
  background-position:center center;
  background-color: #fff;
  background-image: url(../images/change_email@2x.png);
  background-size: 100%;
  transition:background 0.1s linear;
}

.usercard #change-email:hover {
  background-color: #d24f70;
  background-image: url(../images/change_email_over@2x.png);
}

.sidebar #weibo {
  background:#fff;
}

/** Shop Catalog */
.filter {
  background:#fff;
  margin-bottom:1rem;
  box-sizing: border-box;
  padding:.5rem;
}

.filter .section {
  margin-bottom:.5rem;
}

.filter .section:last-child {
  margin-bottom: 0;
}

.filter .section .title {
  background:#d24f70;
  color:#fff;
  display: flex;
  align-items: center;
  height:2.8rem;
  box-sizing: border-box;
  padding:0 1.5rem;
  cursor: pointer;
}

.filter .section .list {
  box-sizing: border-box;
  padding:1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.filter .section.fold .list {
  display: none;
}

.filter .section .list > div {
  width:50%;
  display: flex;
  align-items: center;
  height:2.8rem;
}

.filter .section .list > div label {
  box-sizing: border-box;
  padding-left: 2.5rem;
  position: relative;
}

.filter .section .list > div label:before {
  content:'';
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
  width:2rem;
  height:2rem;
  box-sizing: border-box;
  border: .1rem solid #bbb;
  border-radius: .2rem;
}

.filter .section .list > div input:checked ~ label:before {
  background:#ffd9e4 url(../images/checked.png) no-repeat center/100%;
  border-color: #d24f70;
}

/** AD */
#extra {
  margin:0rem 0;
  font-size:0;
  background:#fff;
}

#extra ul li {
  margin:.3rem 0;
}

#extra ul li:first-child {
  margin-top:0;
}

#extra ul li:last-child {
  margin-bottom:0;
}

#extra ul li img {
  width:100%;
  height:12rem;
}

/** Footer */
#footer {
  background:#d24f70;
  height:8rem;
  min-width: 100rem;
  z-index: 1;
  position: relative;
}

#footer .main {
  margin:0 auto;
  width:100rem;
  height:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer,
#footer a {
  color:#fff;
}

#footer .links {
  font-size:1.6rem;
  display: flex;
}

#footer .links ul {
  display: flex;
}

#footer .links ul li {
  margin:0 2rem;
  position: relative;
}

#footer .links ul li:after {
  position:absolute;
  content:'';
  height:100%;
  background:#fff;
  width:0.1rem;
  right:-2rem;
}

#footer .links ul li:first-child {
  margin-left:0;
}

#footer .links ul li:last-child {
  margin-right:0;
}

#footer .links ul li:last-child::after {
  display: none;
}

#footer .declare {
  margin-top:1rem;
  font-size:1.2rem;
  line-height:1.6;
  display: flex;
}

#footer .declare .copyright {
  margin-right:1.5rem;
}

#footer .declare .records {
  display: flex;
}

#footer .declare .records li {
  margin-right:1.5rem;
}

#footer .icon-link ul {
  display: flex;
  align-items: center;
}

#footer .icon-link a {
  display: block;
  width:5rem;
  height:5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size:100%;
  margin-left:2rem;
}

#footer .icon-link .weibo {
  background-image:url(../images/btn_wb@2x.png);
}

#footer .icon-link .taobao {
  background-image:url(../images/btn_tb@2x.png);
}

#main-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity:0.5;
  position:fixed;
  left:0;
  top:0;
  bottom:0;
  right:0;
  z-index:0;
}

#main-bg a {
  display: block;
  position:absolute;
  height:100%;
  width:100%;
}

/** Notify Tips */
@keyframes notify-tips-in {
  0% {
    visibility: hidden;
    opacity:0;
    transform: translateY(200%);
  }
  100% {
    visibility: visible;
    opacity:1;
    transform: translateY(0);
  }
}

@keyframes notify-tips-out {
  0% {
    visibility: visible;
    opacity:1;
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    opacity:0;
    transform: translateY(-200%);
  }
}

.notify-tips {
  position:fixed;
  height:5rem;
  width:30rem;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background:rgba(210, 79, 112, 0.8);
  box-sizing: border-box;
  font-size:2rem;
  color:#fff;
  visibility: hidden;
  clip-path: polygon(0 0, 3% 50%, 0 100%, 100% 100%, 97% 50%, 100% 0);
  z-index:1;
}

/** Viewer Start */

#viewer {
  visibility: hidden;
  z-index:11;
  position: relative;
  opacity:0;
  transition: opacity 0.1s linear, visibility 0.1s linear;
}

#viewer.active {
  visibility: visible;
  opacity:1;
}

#viewer .overlay {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:#000;
  opacity:0.75;
}

#viewer .viewer-wrap {
  position:fixed;
  width:100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  display:flex;
  flex-direction: column;
  min-width:99.5rem;
  min-height:40rem;
}

#viewer .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
  position:relative;
}

#viewer .image-wrap img {
  max-height:100%;
  max-width:100%;
  object-fit: contain;
  cursor: pointer;
}

#viewer .image-wrap .next,
#viewer .image-wrap .prev {
  width:5rem;
  height:5rem;
  background:rgba(0,0,0,0.6) url(../images/viewer-arrow.png) no-repeat center/100%;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto 0;
  cursor: pointer;
  opacity:0.5;
  transition:opacity 0.2s linear;
}

#viewer .image-wrap .next {
  right:2rem;
}

#viewer .image-wrap .prev {
  left:2rem;
  transform:rotate(180deg);
}

#viewer .image-wrap .next:hover,
#viewer .image-wrap .prev:hover {
  opacity:1;
}

#viewer .preview-area {
  display: flex;
  position:relative;
  height:10rem;
  overflow: hidden;
  background:#161616;
  align-items: center;
  justify-content: center;
}

#viewer .preview-area.overflow {
  justify-content: left;
}

#viewer .preview-wrap {
  display: flex;
  justify-content: center;
  white-space:nowrap;
}

#viewer .preview-box {
  display: inline-block;
  cursor: pointer;
  width:5rem;
  height:5rem;
  font-size:0;
  background:#000;
  box-sizing: border-box;
  position:relative;
  flex-shrink: 0;
  margin:0 .6rem;
  border: .3rem solid #fff;
  opacity:0.5;
  transition: opacity 0.1s linear, border 0.1s linear;
}

#viewer .preview-box img {
  width:100%;
  height:100%;
  object-fit: cover;
  transition: opacity 0.2s linear;
}

#viewer .preview-box.wait img {
  opacity:0;
}

#viewer .preview-box:hover,
#viewer .preview-box.current {
  opacity:1;
}

#viewer .preview-box.current {
  border: .3rem solid #d24f70;
}

#viewer .image-wrap .close {
  width:5rem;
  height:5rem;
  background:rgba(0,0,0,0.6) url(../images/viewer_close.png) no-repeat center/100%;
  position:absolute;
  right:2rem;
  top:2rem;
  cursor: pointer;
  opacity:0.5;
  transition:opacity 0.1s linear;
}

#viewer .image-wrap .close:hover {
  opacity:1;
}

/** Viewer End */

.err-page,
.success-page {
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
  width:100%;
  min-height:50rem;
  min-width:50rem;
}

.err-wrap,
.success-wrap {
  position: relative;
  width:96rem;
  height:60rem;
  min-width:96rem;
  min-height:60rem;
  background:url(../images/error_bg.png) no-repeat center/contain;
}

.success-wrap {
  background:url(../images/success_bg.png) no-repeat center/contain;
}

.err-wrap h1.err-title,
.success-wrap h1.success-title {
  position:absolute;
  font-size:3.8rem;
  left:38rem;
  top:15.5rem;
  color:#d24f70;
  font-weight: bold;
}

.err-wrap .err-content,
.success-wrap .success-content {
  position:absolute;
  left:38rem;
  top:25rem;
}

.err-wrap .err-content .err-subtitle,
.success-wrap .success-content .success-subtitle {
  font-size:2.2rem;
  margin-bottom:1.5rem;
  font-weight: bold;
}

.err-wrap .err-content .err-list li,
.success-wrap .success-content .success-list li {
  margin-bottom:1rem;
}

/** Dialog */
@keyframes window-in {
  0% {
    opacity:0;
    transform: translateY(-3rem);
  }
  100% {
    opacity:auto;
    transform: translateY(0);
  }
}

@keyframes window-out {
  0% {
    opacity:auto;
    transform: translateY(0);
  }
  100% {
    opacity:0;
    transform: translateY(-3rem);
  }
}

@keyframes step-in-from-right {
  0% {
    transform: translateX(100%);
    opacity:0;
  }
  100% {
    transform: translateX(0);
    opacity:1;
  }
}

@keyframes step-in-from-left {
  0% {
    transform: translateX(-100%);
    opacity:0;
  }
  100% {
    transform: translateX(0);
    opacity:1;
  }
}

@keyframes step-out-to-left {
  0% {
    transform: translateX(0);
    opacity:1;
  }
  100% {
    transform: translateX(-100%);
    opacity:0;
  }
}

@keyframes step-out-to-right {
  0% {
    transform: translateX(0);
    opacity:1;
  }
  100% {
    transform: translateX(100%);
    opacity:0;
  }
}

.window {
  position:fixed;
  width:40rem;
  height:38rem;
  background:#fff;
  left:0;
  right:0;
  bottom:0;
  top:0;
  margin:auto;
  z-index:50;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 0 2rem rgba(0,0,0,0.1);
}

.window .select {
  position: relative;
  margin-right:.8rem;
  font-size: 1.6rem;
  width:14rem;
  color:#505050;
  padding:0 3rem 0 .8rem;
}

.window .select .value-text {
  max-width: 14rem;
}

.window .select:before {
  content:"";
  z-index:-1;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  height:50%;
  margin:auto;
  border-left:.1rem solid #d2d2d2;
  border-right:.1rem solid #d2d2d2;
}

.window .main-wrap, .window .step-wrap {
  display: flex;
  flex-direction: column;
  flex:1;
  padding:3rem;
  box-sizing: border-box;
}

.window .main-wrap {
  position: relative;
  overflow: hidden;
}

.window .step-wrap {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  transform: translateX(0%);
}

.window .title {
  display: flex;
  font-size:2.4rem;
  align-items: center;
  margin-bottom:2rem;
  line-height: 1.3;
}

.window .title .icon-ok {
  width:2.6rem;
  height:2.6rem;
  background: url(../images/icon_ok.png) no-repeat center/100%;
  margin-right:1rem;
}

.window .subtitle {
  margin-bottom:1rem;
  font-size:1.6rem;
  line-height:1.5;
}

.window .content {
  color:#a5a5a5;
  flex:1;
  line-height:1.5;
  overflow: auto;
}

.window .content .scroll {
  min-height: min-content;
}

.window .actions {
  margin-top:2rem;
}

.window .actions button {
  width:100%;
  margin-bottom:1rem;
}

.window .actions button:last-child {
  margin-bottom:0;
}

.window .inputbox {
  box-sizing: border-box;
  border-bottom:0.1rem solid #ddd;
  height:4rem;
  margin-bottom:1.5rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.window .inputbox input {
  border:0;
  margin:0;
  outline: none;
  padding:0;
  box-sizing: border-box;
  padding:0.8rem 0;
  width:100%;
  font-size:1.6rem;
  flex:1;
}

.window .inputbox button[name="clear-input"] {
  width:1.6rem;
  background:#ccc;
  background:url(../images/pc_×@2x.png) no-repeat center center;
  background-size: 100%;
}

.window input::placeholder {
  color:#a5a5a5;
}

@keyframes msg-fade-in {
  0% {
    opacity:0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes msg-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.window .msg {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.window .msg.error {
  color:#ff5454;
}

.window .msg.warn {
  color:#d24f70;
}

.window .close-btn {
  position:absolute;
  width:7rem;
  height:7rem;
  right:0rem;
  top:0rem;
  background:#eee url(../images/close_btn.png) no-repeat 80% 20%/30%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.window-back-layer {
  position:fixed;
  z-index:49;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.window .checklabel {
  display: flex;
  width:2rem;
  height:2rem;
  border-radius: 2rem;
  border: .1rem solid #ccc;
  box-sizing: border-box;
}

.window input:checked ~ .checklabel {
  border:none;
  background:#d24f70 url(../images/icon_ok.png) no-repeat center/100%;
}

/** Key Wrap */
.key-wrap {
  display: flex;
  align-items: center;
  height:4rem;
  background:#eee;
  margin-bottom:1rem;
  position: relative;
}

.key-wrap:last-child {
  margin-bottom:0;
}

.key-wrap .name {
  background:#497dbc;
  color:#fff;
  font-size: 1.2rem;
  height:1.8rem;
  width:8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 1.5rem 0 1rem;
}

.key-wrap .fix {
  flex:1;
  overflow: hidden;
}

.key-wrap .text {
  flex:1;
  color:#505050;
}

.key-wrap .text.can-copy {
  cursor: pointer;
}

.key-wrap .fix .text {
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.key-wrap .copy {
  width:2.8rem;
  height:2.8rem;
  background:#fff;
  margin:0 .5rem 0 1rem;
  cursor: pointer;
  background:#fff url(../images/copy@2x.png) no-repeat center/60%;
  transition: background 0.1s linear;
}

.key-wrap .copy:hover {
  background:#d24f70 url(../images/copy_over@2x.png) no-repeat center/60%;
}

.key-wrap.lsp-pass .name {
  background:#d24f70;
}

.key-wrap.lsp-pass .text {
  color:#a5a5a5;
}

@keyframes fade-in {
  0% {
    opacity:0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-out {
  0% {
    opacity:1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.key-wrap .copied {
  position:absolute;
  top:-2.5rem;
  right:0;
  font-size:1.2rem;
  width:4.8rem;
  height:2rem;
  background:#ffd9e4;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#d24f70;
  z-index:2;
}

/** Purchase Window */
#purchase-window {
  height:53rem;
}

#purchase-window .title .logo {
  color:#d24f70;
  font-weight: bold;
  position:relative;
  margin-right:3.6rem;
}

#purchase-window .title .logo:after {
  content:'';
  position: absolute;
  bottom:0;
  right:-2.8rem;
  width:2.6rem;
  height:2.6rem;
  background:url(../images/btn_free_over.png) no-repeat center/100%;
}

#purchase-window .cover-wrap {
  width:34rem;
  height:19.5rem;
  background:#eee;
  margin:0 auto 2rem auto;
  overflow: hidden;
  object-position: middle center;
}

#purchase-window .cover-wrap .cover {
  width:100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#purchase-window .content .quota {
  color:#d24f70;
}

#purchase-window .step-wrap[data-step="viewkey"] .content {
  overflow: unset;
}

/** Email Edit Window */
#email-edit-window .desc {
  font-size:1.6rem;
  color:#a5a5a5;
  line-height: 1.5;
  margin-bottom:2rem;
}

/** Login Window */
#login-window .check-label {
  margin-top:1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

#login-window .check-label input {
  display: none;
}

#login-window .check-label label {
  position: relative;
  padding-left:2rem;
  display: block;
  color: #a5a5a5;
}

#login-window .check-label label:before {
  content:'';
  width:1.4rem;
  height:1.4rem;
  border-radius: 1.4rem;
  box-sizing: border-box;
  position: absolute;
  border:1px solid #a5a5a5;
  margin-left:-1.8rem;
  margin-top:0.2rem;
}

#login-window .check-label input:checked ~ label::before {
  border:0;
  background: #d24f70 url(../images/pc_agree_on@2x.png) no-repeat center center;
  background-size: 100%;
}

#login-window button[name="send-sms"] {
  background: none;
  text-align: right;
  color:#d24f70;
  width:12.5rem;
}

#login-window button[name="send-sms"]:disabled {
  color:#a5a5a5;
  cursor:initial;
}

/** Lottery Result Window */
#lottery-result-window .content {
  font-size:1.6rem;
  color:#505050;
}

/** Resource Download Window */
#resource-download-window {
  height:25rem;
}

#resource-download-window .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#resource-download-window .content .notes {
  margin-top:1rem;
}

#resource-download-window .content .download-btn {
  width:100%;
}

#resource-download-window .content .download-quota {
  color:#d24f70;
}

/** Lottery CDKey Window */
#lottery-cdkey-window {
  height:32rem;
}

#lottery-cdkey-window .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#lottery-cdkey-window .content .notice {
  margin-top:1.5rem;
}

#lottery-cdkey-window .key-wrap {
  width:100%;
  margin:0;
}

@keyframes page-mask-in {
  0% {
    opacity:0;
    visibility: hidden;
  }
  100% {
    opacity:auto;
    visibility: visible;
  }
}

@keyframes page-mask-out {
  0% {
    opacity:auto;
    visibility: visible;
  }
  100% {
    opacity:0;
    visibility: hidden;
  }
}

/** Shop **/
#content .shop-header {
  width:74rem;
  height:32rem;
  background:#ccc;
  margin:0 auto 2rem auto;
  background: url(../images/LSP_shop_head_pc_q.png) no-repeat center top/100%;
  position:relative;
}

#content .shop-header:before {
  content:'';
  left:2.5rem;
  right:2.5rem;
  top:5rem;
  bottom:0;
  background:#fff;
  position: absolute;
  z-index:-1;
}

#content .shop-header:after {
  content:'';
  position:absolute;
  background:#ccc;
  width:35.6rem;
  height:32rem;
  background:url(../images/LSP_shop_head_pc_title.png) no-repeat center top/100%;
}

#content .shop-header > * {
  position: absolute;
  right:2.5rem;
}

#content .shop-header .subtitle-1,
#content .shop-header .subtitle-2 {
  font-weight: bold;
  height:2.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding:0 2.5rem;
  border-radius: 2.3rem 0 0 2.3rem;
}

#content .shop-header .subtitle-1 {
  top:13.5rem;
  background:#ffd9e4;
  color: #d24f70;
}

#content .shop-header .subtitle-2 {
  top:15.8rem;
  background:#d24f70;
  color: #ffd9e4;
}

#content .shop-header .subtitle-2 strong {
  color:#fff;
  margin:0 .5rem;
}

#content .shop-header .intro {
  top:18rem;
  text-align: right;
  padding-right:2.5rem;
  line-height:1.5;
}

#content .shop-header .preview {
  bottom:0;
  font-weight: bold;
  color:#d24f70;
  height:3rem;
  width:100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #ffd9e4, #fff);
  clip-path: polygon(3.4% 0, 96.6% 0, 100% 100%, 0 100%);
  box-sizing: border-box;
  padding-right:5rem;
  left:0;
  right:0;
}

#content .belt {
  margin-bottom:2rem;
}

#content .shop-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: wrap;
}

#content .widget.shop {
  width:36.6rem;
  height:33.6rem;
  background:#fff;
  flex-direction: column;
  justify-content: space-between;
}

#content .widget.shop .owned-mark {
  position:absolute;
  top:.8rem;
  left:.8rem;
  width:6.8rem;
  height:2rem;
  z-index:2;
  font-size:1.2rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#eee;
  color:#d24f70;
  box-sizing: border-box;
  border:.1rem solid #d24f70;
  border-radius: 1rem;
}

#content .widget.shop .owned-mark:before {
  content:'';
  background:url(../images/heart-icon.png) no-repeat center/100%;
  width:1.2rem;
  height:1rem;
  margin-right:.3rem;
}

#content .widget.shop .cover {
  height:17.1rem;
}

#content .widget.shop .cover img {
  width:100%;
  height:100%;
  object-fit: cover;
}

#content .widget.shop .intro {
  margin:0;
  padding:0 2.5rem;
  width:100%;
  box-sizing: border-box;
  flex:1;
}

#content .widget.shop .intro.discount {
  background: linear-gradient(170deg, #fddae4 0%, transparent 25%, transparent 100%);
}

#content .widget.shop .intro .name {
  font-size:1.8rem;
  line-height: 2.4rem;
  height:2.4rem;
  width:100%;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top:1rem;
}

#content .widget.shop .intro .tags {
  display: flex;
  margin-top:1rem;
  height:1.8rem;
}

#content .widget.shop .intro .tags li {
  font-size:1.2rem;
  font-weight: bold;
  padding:0 .3rem;
  height:1.8rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#8b8b8b;
  background:#eeeeee;
  margin-right:.5rem;
  box-sizing: border-box;
  border: .1rem solid transparent;
}

#content .widget.shop .intro .tags li.tag-1 { color:#d24f70; background:#ffd9e4; border-color:#d24f70;}
#content .widget.shop .intro .tags li.tag-2 { color:#d24f70; background:none; border-color:#d24f70;}

#content .widget.shop .intro .price-wrap {
  display: flex;
  height:2.5rem;
  margin-top:1rem;
  align-items: center;
}

#content .widget.shop .intro .price-wrap .discount {
  color:#fff;
  background:#d24f70;
  height:2.4rem;
  font-size:1.8rem;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding:0 .2rem 0 .5rem;
  margin-right:2rem;
  position: relative;
}

#content .widget.shop .intro .price-wrap .discount:after {
  content:'';
  position: absolute;
  height:0;
  right:-1.2rem;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-left: 1.2rem solid #d24f70;
}

#content .widget.shop .intro .price-wrap .price-curr {
  font-size:2.4rem;
  color:#d24f70;
}

#content .widget.shop .intro .price-wrap .price-ori {
  font-size:1.6rem;
  color:#a5a5a5;
  text-decoration: line-through;
  margin-left:.6rem;
  align-self: flex-end;
}

#content .widget.shop .intro .actions {
  margin-top:1.2rem;
}

#content .widget.shop .intro .actions .buy-btn:before {
  background-image: url(../images/pc_btn_buy@2x.png);
  width:1.8rem;
  height:1.8rem;
  margin-right:.5rem;
}

#content .no-item {
  width:100%;
  min-height:43rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content .no-item img {
  width:45rem;
}

.shop-header {
  width:100%;
  height:32rem;
  background:#ccc;
}

/** Buy Window */
#buy-window {
  width:67rem;
  height:40rem;
}

#buy-window .cover-wrap {
  width:26.7rem;
  height:100%;
}

#buy-window .cover-wrap img.cover {
  width:100%;
  height:100%;
  object-fit: cover;
}

#buy-window .title {
  line-height: 1.3;
  margin-bottom:2rem;
}

#buy-window .title.success:before {
  content:'';
  width:2.4rem;
  height:2.4rem;
  background:url(../images/icon_ok.png) no-repeat center/100%;
  margin-right:.5rem;
}

#buy-window .tags {
  margin-top:-1.5rem;
  margin-bottom:2rem;
}

#buy-window .tags li {
  width:4.8rem;
  height:1.8rem;
  font-size:1.2rem;
  color: #8b8b8b;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#eeeeee;
  line-height: 1;
}

#buy-window .tags .tag-1 { background:#497dbc; color:#fff; }

#buy-window .price-ori-wrap,
#buy-window .bonus-ded-wrap,
#buy-window .get-bonus-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top:1.2rem;
}

#buy-window .get-bonus-wrap {
  margin-bottom:1rem;
  justify-content: unset;
}

#buy-window .price-ori-wrap.hidden,
#buy-window .bonus-ded-wrap.hidden,
#buy-window .get-bonus-wrap.hidden {
  display: none;
}

#buy-window .bonus-ded-wrap .name {
  font-size: 1.4rem;
}

#buy-window .get-bonus-wrap .name {
  padding-left:2.5rem;
  position: relative;
  margin-right:.5rem;
}

#buy-window .get-bonus-wrap .name:before {
  content:'';
  width:2rem;
  height:2rem;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto 0;
  background: url(../images/icon_point.png) no-repeat center/100%;
}

#buy-window .bonus-ded-wrap .text,
#buy-window .get-bonus-wrap .text {
  color:#d24f70;
  display: flex;
  align-items: center;
}

#buy-window .bonus-ded-wrap .bonus-ded-check {
  margin-left:.5rem;
}

#buy-window .bonus-ded-wrap .bonus-ded-notice {
  color:#a5a5a5;
  font-weight: normal;
  align-self: flex-end;
  width:100%;
  text-align: right;
  margin-top:.5rem;
}

#buy-window .price-wrap {
  height:4rem;
  background:#eee;
  color:#a5a5a5;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size:2.6rem;
  margin-top:1.2rem;
}

#buy-window .price-wrap .name {
  width:10rem;
  height:100%;
  background:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-sizing: border-box;
  border:.1rem solid #ddd;
  color:#505050;
  font-size: 1.4rem;
  margin-right:1rem;
}

#buy-window .price-wrap .price {
  color:#d24f70;
  margin-left:.2rem;
}

#buy-window .actions {
  margin-top:1rem;
  position: relative;
}

#buy-window .actions .check-status {
  color:#ff5454;
  font-size: 1.2rem;
  height:2.5rem;
  display: flex;
  align-items: center;
  opacity:0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

#buy-window .actions .check-status.active {
  opacity:1;
  visibility: visible;
}

#buy-window .notice {
  color:#a5a5a5;
  line-height: 1.3;
  font-size: 1.2rem;
  margin-top:1rem;
}

#buy-window .step-wrap[data-step="viewkey"] .content {
  overflow: unset;
}

#page-mask {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:#000;
  opacity:.5;
  z-index:48;
}
