@charset "UTF-8";
.icon-ringmatch {
  width: .3rem;
  height: .3rem;
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/icons/icon-mychallege.png) no-repeat;
  background-size: 100% 100%;
}

.icon-mygoods {
  width: .3rem;
  height: .3rem;
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/icons/icon-mine.png) no-repeat;
  background-size: 100% 100%;
}

.icon-help {
  width: .2rem;
  height: .2rem;
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/icon-tip.png) no-repeat;
  background-size: 100% 100%;
}

.icon-arrow-up, .icon-arrow-down {
  width: .36rem;
  height: .36rem;
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/card/icon-arrow-down.png) no-repeat center center;
  background-size: .24rem .24rem;
}

.icon-arrow-down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.icon-zb {
  width: .48rem;
  height: .26rem;
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/label-zb.png) no-repeat;
  background-size: 100% 100%;
}

/*hidden text*/
.rank-list-box .rank-list-item:nth-child(1) .rank-number, .rank-list-box .rank-list-item:nth-child(2) .rank-number, .rank-list-box .rank-list-item:nth-child(3) .rank-number, .rank-prizesbox h4 {
  overflow: hidden;
  text-indent: -1000em;
}

.t-overflow, .tip-dialog-prizes-list ul li p, .marquee-item p:first-of-type span {
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

/*
* desc：reset
* date：2021-10-21
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: .24rem;
  line-height: 1.2;
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei UI, Arial, Tahoma;
  padding-top: constant(safe-area-inset-top);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  outline: none;
  border: none;
}

input,
button,
select,
textarea {
  outline: none;
  border: none;
  resize: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* 火狐 */
input {
  -moz-appearance: textfield;
}

ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

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

@font-face {
  font-family: "MStiffHeiPRC";
  src: url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/MStiffHeiPRC.eot") format("eot"), url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/MStiffHeiPRC.ttf") format("ttf"), url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/MStiffHeiPRC.woff") format("woff");
}

@font-face {
  font-family: "TGPBold";
  src: url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/TGPBold.eot") format("eot"), url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/TGPBold.ttf") format("ttf"), url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/TGPBold.woff") format("woff");
}

@font-face {
  font-family: "tencent";
  src: url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/TencentSans-W7.eot") format("eot"), url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/TencentSans-W7.ttf") format("ttf"), url("https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/font/TencentSans-W7.woff") format("woff");
}

/*
* desc：common-公用样式
* date：2021-10-22
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.ringmatch-bg {
  width: 100vw;
  height: 100vh;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/bg.jpg) no-repeat center center;
  background-size: 110% 110%;
}

.close-page {
  position: absolute;
  right: -.4rem;
  top: .4rem;
  width: .63rem;
  height: .54rem;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/popup-close.png) center center no-repeat;
  background-size: .36rem .3rem;
  z-index: 10;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ringmatch-bottomlink {
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.link-item {
  display: block;
  margin-left: .32rem;
}

.link-item i {
  margin: 0 auto .08rem;
}

.link-item span {
  display: block;
  font-size: 0.16rem;
  line-height: .22rem;
  color: #fff;
}

.null-tips {
  margin: .88rem auto 0;
}

.null-tips img {
  width: 1.92rem;
  height: 1.92rem;
  display: block;
  margin: 0 auto;
}

.null-tips p {
  font-size: 0.2rem;
  line-height: .24rem;
  color: #737A80;
  text-align: center;
}

.no-ringmatch {
  margin: 1.8rem auto;
}

.no-ringmatch p {
  font-size: 0.34rem;
  line-height: .56rem;
  font-family: "MStiffHeiPRC";
  text-align: center;
  color: #7e6e5e;
}

.tip-btn-default {
  width: 1.72rem;
  height: .6rem;
  font-size: 0.22rem;
  color: #fff;
  line-height: .6rem;
  text-align: center;
  letter-spacing: 1px;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/btn-normal.png) no-repeat;
  background-size: 100% 100%;
}

.tip-btn-primary {
  width: 1.72rem;
  height: .6rem;
  font-size: 0.22rem;
  color: #5a350a;
  line-height: .6rem;
  text-align: center;
  letter-spacing: 1px;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/card/get-privilege-card-btn.png) no-repeat;
  background-size: 100% 100%;
}

/*
* desc：弹窗
* date：2021-10-27
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.tip-dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
}

.tip-dialog-small {
  position: relative;
  width: 6.54rem;
  height: 3.58rem;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/popup-small-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.tip-dialog-medium {
  position: relative;
  width: 7.98rem;
  height: 5.02rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/dialog-middle.png) no-repeat;
  background-size: 100% 100%;
}

.tip-dialog-large {
  position: relative;
  width: 9.04rem;
  height: 5rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/dialog-large.png) no-repeat;
  background-size: 100% 100%;
}

.dialog-close,
.tip-comp-explain-close {
  position: absolute;
  right: .24rem;
  top: .1rem;
  width: .63rem;
  height: .54rem;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/popup-close.png) center center no-repeat;
  background-size: .42rem .36rem;
  font-size: 0;
  z-index: 10;
}

.tip-dialog-titile,
.tip-comp-dialog--title {
  padding: .18rem 0 0 .52rem;
  font-size: 0.26rem;
  line-height: .32rem;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  font-family: "MStiffHeiPRC";
  text-align: left;
}

.tip-dialog-signup-box .tip-btn-primary {
  margin: 0 auto;
}

.tip-dialog-signup {
  padding: .56rem .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tip-dialog-signup .left-select {
  width: 2.88rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tip-dialog-signup .select-line {
  width: 2.88rem;
  margin-bottom: .18rem;
}

.tip-dialog-signup .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tip-dialog-signup .select-item p {
  width: 1.4rem;
  height: .4rem;
  font-size: 0.2rem;
  line-height: .4rem;
  text-align: center;
  color: #fff;
  background: rgba(46, 52, 56, 0.8);
  border: 1px solid rgba(46, 52, 56, 0.8);
}

.tip-dialog-signup .select-item p.selected {
  border: 1px solid #E4B853;
}

.tip-dialog-signup .select-box {
  position: relative;
  width: 100%;
  background: rgba(46, 52, 56, 0.8);
}

.tip-dialog-signup .select-box .select-option {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.2rem;
  line-height: .4rem;
  text-align: center;
  color: #fff;
}

.tip-dialog-signup .select-box .select-box-list {
  position: absolute;
  top: .4rem;
  left: 0;
  max-height: 1.2rem;
  overflow-y: auto;
}

.tip-dialog-signup .select-box .select-box-list li {
  width: 2.88rem;
  font-size: 0.2rem;
  line-height: .4rem;
  text-align: center;
  color: #fff;
  background: rgba(46, 52, 56, 0.8);
  overflow: hidden;
}

.tip-dialog-signup .select-box .select-box-list li.selected {
  background: rgba(62, 74, 79, 0.8);
}

.select-line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: .06rem;
  font-size: 0.2rem;
  line-height: .24rem;
  color: #3A434A;
}

.select-line-title i {
  color: #E25124;
}

.right-rules {
  width: 2.44rem;
  padding: .2rem .26rem 0;
  background: rgba(46, 52, 56, 0.8);
  font-size: 0.16rem;
  line-height: .24rem;
  letter-spacing: -1px;
}

.right-rules p {
  margin-bottom: .2rem;
  color: #fff;
}

.right-rules p em {
  color: #E4B853;
}

.right-rules p span {
  color: #B5DDDE;
}

.tip-dialog-list {
  width: 6.36rem;
  height: 3.6rem;
  margin: .4rem auto 0;
  overflow-y: auto;
}

.tip-dialog-list-item {
  width: 6.36rem;
  padding: .16rem;
  margin-bottom: .02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: rgba(46, 52, 56, 0.8);
}

.tip-dialog-list-item img {
  width: .64rem;
  height: .64rem;
  display: block;
  margin-right: .16rem;
}

.tip-dialog-list-item .list-title {
  font-size: 0.28rem;
  line-height: .32rem;
  color: #fff;
  padding-bottom: .12rem;
}

.tip-dialog-list-item .list-describe {
  font-size: 0.2rem;
  line-height: .24rem;
  color: rgba(255, 255, 255, 0.8);
}

.tip-result-dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: 100;
}

.tip-result-dialog-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(90, 73, 63, 0)), color-stop(80%, #56453C));
  background-image: linear-gradient(180deg, rgba(90, 73, 63, 0) 27%, #56453C 80%);
  z-index: 2;
}

.tip-result-dialog-wrap .tip-dialog-bottom-btn {
  position: absolute;
  bottom: .48rem;
  right: .56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 4;
}

.tip-result-dialog-wrap .tip-dialog-bottom-btn p {
  margin: 0 .22rem;
}

.tip-result-dialog {
  position: relative;
  width: 100%;
  padding-top: .4rem;
  z-index: 2;
}

.tip-result-dialog::before {
  content: '';
  position: absolute;
  top: 0;
  right: .56rem;
  width: 8rem;
  height: 7.4rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/result-person.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.tip-result-detail {
  width: 10.44rem;
  padding: .2rem 0 .32rem .48rem;
  color: #fff;
  font-family: "MStiffHeiPRC";
  background-image: linear-gradient(203deg, rgba(83, 187, 195, 0) 0%, #49C8D1 100%);
}

.result-detail-text {
  font-size: .42rem;
  line-height: .52rem;
  margin-bottom: .06rem;
}

.result-detail-title {
  width: 4rem;
  padding-bottom: .1rem;
  margin-bottom: .12rem;
  font-size: .56rem;
  line-height: .7rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #fff;
}

.result-detail-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.result-detail-bar img {
  width: .32rem;
  height: .32rem;
  margin-right: .06rem;
  border-radius: 100%;
}

.result-detail-msg {
  font-size: 0.28rem;
  line-height: .34rem;
  color: #fff;
}

.result-detail-msg span {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-right: .22rem;
  color: #FFEFA2;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.5);
}

.tip-result-prizes {
  margin: .8rem 0 0 .48rem;
}

.result-prizes-tips {
  margin-bottom: .2rem;
  font-size: 0.28rem;
  line-height: .34rem;
  color: #212124;
  font-family: "MStiffHeiPRC";
}

.result-prizes-tips span {
  padding: 0 .08rem;
  font-size: .32rem;
  color: #D2792A;
}

.result-prizes-item {
  width: 5.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: linear-gradient(269deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84%);
}

.result-prizes-item img {
  width: .86rem;
  height: .86rem;
  display: block;
  margin-right: .16rem;
}

.result-prizes-ranking {
  font-size: 0.28rem;
  line-height: .34rem;
  color: #212124;
  margin-bottom: .1rem;
}

.result-prizes-msg {
  font-size: 0.24rem;
  line-height: .28rem;
  color: #737A80;
}

@media screen and (min-width: 800px) {
  .tip-result-detail {
    width: 14rem;
    padding: .2rem 0 .32rem 1.2rem;
  }
  .tip-result-prizes {
    margin: .8rem 0 0 1.2rem;
  }
}

.tip-fullpage-dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/card/dialog/levelup-dialog-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.tip-prizes-dialog {
  position: relative;
  height: 6.4rem;
}

.tip-prizes-dialog .tip-dialog-bottom-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tip-prizes-dialog .tip-dialog-bottom-btn p {
  margin: 0 .6rem;
}

.tip-prizes-dialog-title {
  width: 8.96rem;
  height: 1.6rem;
  margin: 0 auto;
  padding-top: 1.32rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/title-congratulations.png) no-repeat;
  background-size: 100% 100%;
}

.tip-prizes-dialog-title p {
  font-size: 0.2rem;
  line-height: .24rem;
  text-align: center;
  color: #fff;
  font-family: "MStiffHeiPRC";
}

.tip-dialog-prizes-list {
  margin-top: .3rem;
}

.tip-dialog-prizes-list ul {
  width: 5.68rem;
  max-height: 3.4rem;
  margin: 0 auto;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}

.tip-dialog-prizes-list ul li {
  width: 1.1rem;
  margin: 0 .16rem .22rem;
}

.tip-dialog-prizes-list ul li img {
  width: 1.04rem;
  height: 1.04rem;
  display: block;
  margin: 0 auto .1rem;
}

.tip-dialog-prizes-list ul li p {
  font-size: 0.2rem;
  line-height: .24rem;
  color: #fff;
  text-align: center;
}

.tip-dialog-prizes-list ul li:only-child {
  width: 1.9rem;
  margin: .75rem .16rem .22rem;
}

.tip-dialog-prizes-list ul li:only-child p {
  font-size: 0.26rem;
  line-height: .28rem;
}

.tip-prizes-list-tips {
  margin-bottom: .1rem;
  font-size: 0.2rem;
  line-height: .24rem;
  color: #CDD1D6;
  text-align: center;
}

.tip-myringmatch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tip-myringmatch-list {
  width: 7.2rem;
  padding-left: .86rem;
}

.tip-myringmatch-list ul {
  height: 3.2rem;
  overflow-y: auto;
  margin-top: .48rem;
}

.tip-myringmatch-list li {
  margin-bottom: .32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tip-myringmatch-list li img {
  width: .64rem;
  height: .64rem;
  display: block;
  margin-right: .08rem;
}

.myringmatch-name {
  width: 4.34rem;
  font-size: 0.24rem;
  line-height: .28rem;
  color: #212124;
  margin-bottom: .12rem;
}

.myringmatch-data {
  width: 4.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.myringmatch-data p {
  margin-right: .24rem;
  color: #737A80;
  font-size: 0.16rem;
  line-height: .24rem;
}

.myringmatch-data p:last-child {
  margin: 0;
}

.myringmatch-data p span {
  font-size: 0.2rem;
  color: #D2792A;
}

.more-ringmatch-msg {
  width: 1.1rem;
  height: .42rem;
  margin-left: .12rem;
  font-size: 0.22rem;
  color: #5a350a;
  line-height: .42rem;
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/card/get-privilege-card-btn.png) no-repeat;
  background-size: 100% 100%;
}

.tip-myringmatch-tab {
  width: 1.8rem;
  margin-right: -.3rem;
  padding-top: .24rem;
}

.tip-myringmatch-tab p {
  width: 1.8rem;
  height: .92rem;
  line-height: .92rem;
  font-size: 0.26rem;
  color: #9DA2A6;
  text-align: center;
}

.tip-myringmatch-tab p.tab-current {
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/dialog-tab.png) no-repeat;
  background-size: 100% 100%;
}

.tip-comp-explain-detail {
  width: 6.36rem;
  height: 3.6rem;
  margin: .4rem auto 0;
  overflow-y: auto;
  font-size: 0.2rem;
  color: #212124;
  line-height: .28rem;
}

.tip-comp-dialog--notice-text-gold {
  color: #D2792A;
}

.tip-comp-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.98rem;
  height: 5.02rem;
  line-height: 1;
  margin: auto;
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/popup-meduim-bg.png) no-repeat center center;
  background-size: contain;
  z-index: 99;
  overflow: hidden;
}

.tip-comp-dialog--prompt {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.54rem;
  height: 3.58rem;
  line-height: 1;
  margin: auto;
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/popup-small-bg.png) no-repeat center center;
  background-size: contain;
  z-index: 99;
  overflow: hidden;
}

/*
* desc：首页
* date：2021-10-21
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
/*
* desc：轮播
* date：2021-10-21
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.ringmatch-marquee {
  width: 3.02rem;
  height: .32rem;
  padding: 0 .04rem;
  margin: .12rem 1.2rem 0 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.16rem;
  overflow: hidden;
}

.ringmatch-marquee .swiper-container {
  height: .32rem;
}

.marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 3.02rem;
  height: .32rem;
}

.marquee-item img {
  width: .24rem;
  height: .24rem;
  display: block;
  margin-right: .08rem;
  border-radius: 100%;
}

.marquee-item div {
  width: 2.54rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.16rem;
  color: #fff;
  line-height: .32rem;
}

.marquee-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  letter-spacing: -.02rem;
}

.marquee-item p span {
  display: inline-block;
  min-width: .1rem;
  max-width: .8rem;
  margin: 0 .02rem;
  color: #c6b57e;
}

.marquee-item p:first-of-type span {
  max-width: .4rem;
}

.ringmatch-wrap .swiper-wrap {
  width: 12rem;
  overflow-x: hidden;
}

.ringmatch-wrap .swiper-wrap .ringmatch-swiper {
  width: 16.74rem;
  margin-left: -2.42rem;
}

.ringmatch-wrap .swiper-wrap .ringmatch-swiper .ringmatch-swiper-slide {
  width: 5.58rem;
  height: 3.38rem;
}

.ringmatch-wrap .swiper-wrap .swiper-pagination {
  position: relative;
  width: 7.56rem !important;
  height: .64rem;
  margin: .04rem auto .14rem;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(4%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(90%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 90%);
}

.ringmatch-wrap .swiper-wrap .swiper-pagination-bullet {
  width: .4rem;
  height: .4rem;
  margin: 0 .04rem;
  vertical-align: middle;
  opacity: 1;
  border-radius: 100%;
}

.ringmatch-wrap .swiper-wrap .swiper-pagination-bullet img {
  width: .4rem;
  height: .4rem;
  display: block;
  border-radius: 100%;
}

.ringmatch-wrap .swiper-wrap .swiper-pagination-bullet-active {
  width: .64rem;
  height: .64rem;
  padding: .02rem;
  margin: 0 .12rem;
  border: .02rem solid #E4B853;
  background: transparent;
}

.ringmatch-wrap .swiper-wrap .swiper-pagination-bullet-active img {
  width: .56rem;
  height: .56rem;
}

.ringmatch-wrap .swiper-wrap .swiper-button-prev,
.ringmatch-wrap .swiper-wrap .swiper-button-next {
  width: .6rem;
  height: .8rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/swiper-arrow.png) no-repeat;
  background-size: 100% 100%;
}

.ringmatch-wrap .swiper-wrap .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ringmatch-swiper-box {
  position: relative;
  width: 5.58rem;
  height: 3.38rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/lt-box.png) no-repeat;
  background-size: 100% 100%;
}

.ringmatch-swiper-box .invite-ringmatch {
  position: absolute;
  top: .18rem;
  right: -.06rem;
  width: .53rem;
  height: 1.8rem;
  font-size: 0;
  line-height: 0;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/invite.png) center right no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

/*
* desc：擂台模块
* date：2021-10-28
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.ringmatch-prizes-list {
  width: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: .1rem auto 0;
  overflow: hidden;
}

.ringmatch-prizes-list .ringmatch-prizes-item {
  position: relative;
  width: 1.16rem;
  height: 1.83rem;
  padding: .08rem 0 0 .06rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/box-bg.png) no-repeat;
  background-size: 100% 100%;
}

.ringmatch-prizes-list .ringmatch-prizes-item:nth-child(1) p {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #dcc493), color-stop(98%, #edddb9));
  background-image: linear-gradient(180deg, #dcc493 52%, #edddb9 98%);
}

.ringmatch-prizes-list .ringmatch-prizes-item:nth-child(2) p {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #c5c5c5), color-stop(95%, #dbdbdb));
  background-image: linear-gradient(180deg, #c5c5c5 46%, #dbdbdb 95%);
}

.ringmatch-prizes-list .ringmatch-prizes-item:nth-child(3) P {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, #e0ac93), to(#ecccbc));
  background-image: linear-gradient(180deg, #e0ac93 54%, #ecccbc 100%);
}

.ringmatch-prizes-list .ringmatch-prizes-item img {
  width: .98rem;
  height: .98rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.ringmatch-prizes-list .ringmatch-prizes-item span {
  display: block;
  width: .98rem;
  height: .32rem;
  padding: 0 .08rem;
  position: absolute;
  bottom: .44rem;
  font-size: 0.16rem;
  color: #6d74c5;
  line-height: .32rem;
  text-align: center;
  z-index: 10;
}

.ringmatch-prizes-list .ringmatch-prizes-item p {
  width: .98rem;
  height: .32rem;
  padding: 0 .08rem;
  position: absolute;
  bottom: .12rem;
  font-size: 0.2rem;
  color: #212124;
  line-height: .32rem;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, #a5cae1), to(#c7deec));
  background-image: linear-gradient(180deg, #a5cae1 54%, #c7deec 100%);
}

.ringmatch-prizes-list .ringmatch-prizes-item p span {
  font-size: 0.24rem;
  font-family: "TGPBold";
}

.ringmatch-detail .flex-box {
  width: 4.58rem;
  margin: 0 auto;
}

.rank-link {
  width: 1.4rem;
  padding: .1rem 0;
  display: block;
  font-size: 0.18rem;
  line-height: .2rem;
  color: #6d74c5;
  text-align: right;
}

.label-challenge {
  position: absolute;
  top: .12rem;
  left: 0;
  width: 1.22rem;
  height: .28rem;
  line-height: .28rem;
  text-indent: 1.5em;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/label-challenge.png) no-repeat;
  background-size: 1.22rem .28rem;
}

.label-challenged {
  position: absolute;
  top: .12rem;
  left: 0;
  width: 1.22rem;
  height: .28rem;
  line-height: .28rem;
  text-indent: 1.5em;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/label-ing.png) no-repeat;
  background-size: 1.22rem .28rem;
}

.brand-name {
  padding: .1rem 0 .12rem;
  font-size: 0.34rem;
  line-height: .4rem;
  text-align: center;
  font-family: "MStiffHeiPRC";
  color: #b85580;
}

.ringmatch-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 4.7rem;
  height: .34rem;
  margin: 0 auto;
  border-radius: 0.17rem;
  border: .01rem solid #515380;
  color: #515380;
}

.ringmatch-bar img {
  width: .28rem;
  height: .28rem;
  display: block;
  margin: 0 .04rem 0 .02rem;
  border-radius: 100%;
}

.ringmatch-bar div {
  width: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.2rem;
}

.ringmatch-bar span {
  font-size: 0.24rem;
  font-family: "TGPBold";
}

.ringmatch-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 4.58rem;
  margin: 0 auto;
}

.ringmatch-user .user-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: .24rem;
}

.ringmatch-user img {
  position: relative;
  width: .28rem;
  height: .28rem;
  display: block;
  margin-right: -.1rem;
  border-radius: 0.14rem;
  -webkit-box-shadow: 0 0 2px 0 rgba(63, 61, 59, 0.26);
          box-shadow: 0 0 2px 0 rgba(63, 61, 59, 0.26);
}

.ringmatch-user img:nth-child(1) {
  z-index: 3;
}

.ringmatch-user img:nth-child(2) {
  z-index: 2;
}

.ringmatch-user img:nth-child(3) {
  z-index: 1;
}

.ringmatch-user img:only-child {
  margin: 0;
}

.ringmatch-user .user-sum {
  color: #212124;
  font-size: 0.18rem;
  color: #6d74c5;
}

.ringmatch-zb-bar {
  width: 4.7rem;
  height: .34rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: .01rem solid #515380;
  border-radius: .17rem;
}

.ringmatch-zb-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 4.5rem;
  height: .32rem;
  padding: 0 0 0 .06rem;
}

.ringmatch-zb-item img {
  width: .3rem;
  height: .3rem;
  margin-right: .12rem;
  display: block;
  border-radius: 100%;
}

.ringmatch-zb-item .icon-zb {
  position: absolute;
  top: .1rem;
  left: 0;
  z-index: 3;
}

.ringmatch-zb-msg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.2rem;
  line-height: .24rem;
}

.ringmatch-zb-msg p {
  max-width: 2.4rem;
  color: #515380;
}

.ringmatch-zb-msg span {
  display: block;
  color: #515380;
}

.ringmatch-wrap {
  position: relative;
  width: 12rem;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ringmatch-topbar {
  width: 94%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.slogan {
  width: 3.8rem;
  height: .87rem;
  font-size: 0;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/slogan.png) no-repeat;
  background-size: 100% 100%;
}

.right-slogan {
  width: 2.8rem;
  height: .7rem;
  margin-top: .12rem;
  font-size: 0;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/right-slogan.png) no-repeat;
  background-size: 100% 100%;
}

.personal-msg {
  position: absolute;
  top: 1.2rem;
  right: 0;
  width: 4.05rem;
  text-align: right;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-shadow: 0.01rem 0.01rem rgba(0, 0, 0, 0.5);
}

.next-ringmatch {
  display: none;
}

.ringmatch-index-tips {
  margin-top: .14rem;
  height: .24rem;
  font-size: 0.18rem;
  color: #283483;
  line-height: .24rem;
  text-align: center;
}

.ringmatch-index-tips em {
  display: block;
  color: #C3447E;
}

.ringmatch-bottombar {
  width: 12rem;
  margin-top: .24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.btn-challenge {
  width: 2.5rem;
  height: .68rem;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/btn-challenge.png) no-repeat;
  background-size: 100% 100%;
}

.ringmatch-bottommsg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 3.3rem;
  height: .88rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/bottom-left-bar.png) no-repeat;
  background-size: 100% 100%;
}

.ringmatch-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: .2rem;
}

.ringmatch-prize li {
  width: 1rem;
}

.ringmatch-prize .btn-get {
  display: none;
}

.prize-box {
  width: .34rem;
  height: .34rem;
  margin: 0 auto .08rem;
}

.prize-box img {
  width: .34rem;
  height: .34rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.prize-project {
  margin: 0 auto;
  color: #fff;
  font-size: 0.16rem;
  line-height: .2rem;
  text-align: center;
}

/*
* desc：排行榜页
* date：2021-10-25
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
/*
* desc：排行榜列表
* date：2021-10-25
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.rank-list {
  position: relative;
  width: 7.77rem;
  height: 4.11rem;
  margin: 0 auto .14rem;
  padding-bottom: .4rem;
  z-index: 4;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/rank-list-new.png) no-repeat;
  background-size: 100% 100%;
}

.rank-list-header {
  width: 7.77rem;
  height: .52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: .08rem .22rem 0;
  margin-bottom: .04rem;
}

.rank-list-header p {
  text-align: center;
  font-family: "MStiffHeiPRC";
  font-size: 0.16rem;
  color: #273692;
  line-height: .42rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rank-list-header p:nth-child(1) {
  width: .8rem;
}

.rank-list-header p:nth-child(2) {
  width: 2rem;
}

.rank-list-header p:nth-child(3) {
  width: 1.4rem;
}

.rank-list-header p:nth-child(4) {
  width: 1.6rem;
}

.rank-list-header p:nth-child(5) {
  width: 1.6rem;
}

.rank-list-box {
  height: 3.1rem;
  overflow-y: auto;
}

.rank-list-box .rank-list-item {
  position: relative;
}

.rank-list-box .rank-list-item .icon-zb {
  font-size: 0;
  z-index: 3;
}

.rank-list-box .rank-list-item:nth-child(1) .rank-number {
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/icon-top1.png) center center no-repeat;
  background-size: .32rem .36rem;
}

.rank-list-box .rank-list-item:nth-child(2) .rank-number {
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/icon-top2.png) center center no-repeat;
  background-size: .32rem .36rem;
}

.rank-list-box .rank-list-item:nth-child(3) .rank-number {
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/icon-top3.png) center center no-repeat;
  background-size: .32rem .36rem;
}

.rank-list-item {
  width: 7.77rem;
  height: .44rem;
  padding: 0 .22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rank-number {
  width: .8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.2rem;
  line-height: .44rem;
  color: #273692;
  font-family: "TGPBold";
  text-align: center;
}

.rank-usermsg {
  width: 2rem;
  padding-left: .2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rank-usermsg img {
  display: none;
}

.rank-usermsg span {
  font-size: 0.2rem;
  line-height: .44rem;
  color: #273692;
}

.rank-disuse {
  width: 1.4rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: .44rem;
  color: #273692;
  font-family: "TGPBold";
}

.rank-time {
  width: 1.6rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: .44rem;
  color: #273692;
  font-family: "TGPBold";
}

.rank-totalscore {
  width: 1.6rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: .44rem;
  color: #273692;
  font-family: "TGPBold";
}

.my-rankmsg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .12rem;
  z-index: 10;
}

.my-rankmsg::before {
  content: '我';
  position: absolute;
  left: 0;
  top: .06rem;
  width: .3rem;
  height: .2rem;
  font-size: 0.16rem;
  color: #5a350a;
  line-height: .2rem;
  text-indent: .3em;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/label-mine.png) 0 top no-repeat;
  background-size: 100% 100%;
}

.rank-null-wrap {
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 249, 237, 0.35);
}

.rank-null-wrap img {
  width: 1.08rem;
  height: 1.08rem;
  display: block;
  margin: 0 auto .28rem;
}

.rank-null-wrap p {
  font-size: 0.2rem;
  line-height: .24rem;
  color: #3E4A4F;
  text-align: center;
}

.rank-bg {
  width: 100vw;
  height: 100vh;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/rank-bg.jpg) no-repeat;
  background-size: cover;
}

.ringmatch-rankwrap {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

.ringmatch-rankwrap .ringmatch-bottomlink {
  position: absolute;
  bottom: 5vh;
  right: .9rem;
  width: 2rem;
  z-index: 10;
}

.ringmatch-rankwrap .close-page {
  right: 1.42rem;
}

.rank-left {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
}

.brand-img {
  position: relative;
  height: 100%;
  z-index: 0;
}

.rank-prizesbox {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 5vh;
  z-index: 1;
}

.rank-prizesbox h4 {
  width: 1.02rem;
  height: .26rem;
  margin: 0 auto .18rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/txt-ltjl.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.rank-prizesbox .swiper-container {
  width: 3.06rem;
}

.rank-prizesbox .swiper-slide {
  width: 3.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rank-prizesbox .rank-prizes-li {
  position: relative;
  width: 1.02rem;
  padding-top: .04rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/rank-prize-box.png) center top no-repeat;
  background-size: .97rem .96rem;
}

.rank-prizesbox .rank-prizes-li img {
  width: .86rem;
  height: .86rem;
  display: block;
  margin: 0 auto;
}

.rank-prizesbox .rank-prizes-li span {
  width: 1rem;
  position: absolute;
  top: .74rem;
  left: 50%;
  margin-left: -.5rem;
  font-size: 0.18rem;
  line-height: .24rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}

.rank-prizesbox .rank-prizes-li p {
  padding-top: .1rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: .24rem;
  color: #fff;
  letter-spacing: -1px;
}

.rank-prizesbox .swiper-pagination {
  position: relative;
  width: 3.06rem;
  height: .06rem;
  margin: .1rem auto 0;
}

.rank-prizesbox .swiper-pagination-bullet {
  width: .12rem;
  height: .06rem;
  margin: 0 .04rem;
  vertical-align: middle;
  opacity: 1;
  border-radius: 0;
  background: #fff;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}

.rank-prizesbox .swiper-pagination-bullet-active {
  width: .18rem;
  background: #fff;
}

.ringmatch-tips {
  width: 2.98rem;
  margin-top: .6rem;
  padding: 0 .1rem;
  font-size: 0.2rem;
  line-height: .32rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  letter-spacing: -1px;
  text-align: center;
}

.ringmatch-tips span {
  font-family: "TGPBold";
  padding: 0 .04rem;
}

.rank-list-wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100vw - 4.4rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100vh;
  padding-bottom: .45rem;
  z-index: 2;
}

.rank-list-wrap .btn-challenge {
  position: absolute;
  left: 50%;
  bottom: 6vh;
  margin-left: -1.07rem;
  width: 2.14rem;
  height: .58rem;
  font-size: 0;
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/btn-challenge.png) no-repeat;
  background-size: 100% 100%;
  z-index: 20;
}

.rank-list-wrap::before {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 3.11rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/bg-rank-3s.png) no-repeat center top;
  background-size: auto 100%;
  z-index: 0;
}

.rank-list-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw;
  width: 100vw;
  height: 100vh;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/bg-rank-4.png) no-repeat center top;
  background-size: 7.5rem 5.68rem;
  z-index: 0;
}

.rank-list-title {
  position: relative;
  font-size: .42rem;
  line-height: .52rem;
  color: #d1c0a3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1c0a3), to(#ede3ce));
  background-image: linear-gradient(to bottom, #d1c0a3, #ede3ce);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "MStiffHeiPRC";
  text-align: center;
  z-index: 4;
}

.rank-list-topbar {
  width: 6.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: .12rem auto 0;
}

.rank-list-topbar .invite-ringmatch {
  display: none;
}

.rank-list-tips {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0rem 0 .08rem;
  font-size: 0.18rem;
  line-height: .2rem;
  color: #fff;
  z-index: 4;
}

.rank-list-tips i {
  margin-right: .08rem;
}

.invite-bar {
  width: 7.77rem;
  margin: -.16rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 10;
}

.invite-bar .invite-ringmatch {
  width: 1.13rem;
  height: .4rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/btn-invite.png) center right no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.invite-bar-tips {
  margin-right: .1rem;
  font-size: 0.16rem;
  line-height: .2rem;
  letter-spacing: -1px;
}

.invite-bar-tips p {
  color: rgba(255, 255, 255, 0.7);
}

.invite-bar-tips em {
  color: #F9E482;
}

.link-more-ringmatch {
  position: absolute;
  left: 50%;
  bottom: 2vh;
  margin-left: -1rem;
  width: 2rem;
  height: .3rem;
  display: block;
  font-size: 0.16rem;
  color: #212124;
  line-height: .3rem;
  text-align: center;
  z-index: 20;
}

/*
* desc：下期擂台预告
* date：2021-10-28
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.ringmatch-list-wrap {
  position: relative;
  width: 11.36rem;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ringmatch-list-wrap .ringmatch-bottomlink {
  width: 100%;
  margin-top: .2rem;
}

.ringmatch-list {
  width: 11.34rem;
  margin: 0 auto;
}

.ringmatch-list-title {
  margin-bottom: .32rem;
  font-size: .42rem;
  line-height: .5rem;
  color: #fff;
  text-align: center;
  font-family: "MStiffHeiPRC";
}

.ringmatch-list-box {
  height: 4.74rem;
  overflow-y: auto;
}

.ringmatch-list-box .ringmatch-detail {
  width: 3.62rem;
  height: 2.04rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .08rem .16rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/lt-box.png) no-repeat;
  background-size: 100% 100%;
}

.ringmatch-list-box .brand-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: .12rem 0 .18rem;
}

.ringmatch-list-box .brand-logo {
  width: .32rem;
  height: .32rem;
  display: block;
  margin-right: .06rem;
}

.ringmatch-list-box .brand-name {
  padding: 0;
  font-size: 0.24rem;
  line-height: .28rem;
}

.ringmatch-list-box .ringmatch-prizes-list {
  width: 3.44rem;
  margin: 0 auto .08rem;
}

.ringmatch-list-box .ringmatch-prizes-list .ringmatch-prizes-item {
  width: .84rem;
  margin: 0 .01rem;
}

.ringmatch-list-box .ringmatch-prizes-list .ringmatch-prizes-item img {
  width: .84rem;
  height: .84rem;
}

.ringmatch-list-box .ringmatch-prizes-list .ringmatch-prizes-item p {
  width: .84rem;
  height: .36rem;
  padding: 0 .04rem;
  line-height: .36rem;
}

.btn-tips {
  width: 1.6rem;
  height: .4rem;
  margin: .1rem auto 0;
  line-height: .4rem;
  text-align: center;
  font-size: 0.22rem;
  color: #5a350a;
  background: #ECC568;
  -webkit-box-shadow: inset 0 0 0 0 #FDF5CE, inset 0 0 0 0 #FAE26E;
          box-shadow: inset 0 0 0 0 #FDF5CE, inset 0 0 0 0 #FAE26E;
}

.btn-tips.tips-on {
  color: #101316;
  background: rgba(79, 100, 143, 0.8);
  -webkit-box-shadow: inset 0 0 0 0 #A1C5DD, inset 0 0 0 0 rgba(125, 161, 218, 0.8);
          box-shadow: inset 0 0 0 0 #A1C5DD, inset 0 0 0 0 rgba(125, 161, 218, 0.8);
}

/*
* desc：适配
* date：2021-11-09
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
@media screen and (min-width: 1000px) {
  .ringmatch-bg {
    background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/bg.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
  .ringmatch-bottombar {
    margin-top: 1.2rem;
  }
  .ringmatch-prizes-list .ringmatch-prizes-item {
    margin: 0 .02rem;
  }
  .next-ringmatch {
    top: 2.22rem;
  }
  .tip-result-dialog {
    padding-top: 2rem;
  }
  .tip-result-dialog::before {
    content: '';
    top: 1.4rem;
    width: 10rem;
    height: 9rem;
  }
}
/*# sourceMappingURL=ringmatch.css.map */