@charset "UTF-8";
.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-dark,
.icon-help-light {
  width: .2rem;
  height: .2rem;
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/vertical/icon-help.png) no-repeat;
  background-size: 100% 100%;
}

.icon-me {
  width: .34rem;
  height: .22rem;
  text-align: center;
  font-size: 0.2rem;
  color: #ba5682;
  background: #212124;
  line-height: .22rem;
  display: block;
  border-radius: .11rem;
}

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

.icon-back {
  content: " ";
  display: inline-block;
  height: .24rem;
  width: .24rem;
  border-width: .04rem .04rem 0 0;
  border-color: #fcfcfc;
  border-style: solid;
  -webkit-transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
  transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
}

.icon-success {
  width: .98rem;
  height: .98rem;
  display: block;
  margin: 0 auto;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/icon-success.png) no-repeat;
  background-size: 100% 100%;
}

/*hidden text*/
.icon-back, .tip-comp-explain-close,
.tip-comp-dialog--close,
.dialog-close, .rank-list-box .rank-list-item.first-one .rank-number, .rank-list-box .rank-list-item.second-one .rank-number, .rank-list-box .rank-list-item.third-one .rank-number, .rank-list-title, .fun-list-title {
  overflow: hidden;
  text-indent: -1000em;
}

.t-overflow, .rank-prizesbox .rank-prizes-li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

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

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-11-19
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.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;
}

.rank-vert-bg {
  width: 100vw;
  min-height: 100vh;
  background: #2d293c;
}

.close-page {
  position: absolute;
  right: 0;
  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;
}

.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: #fcfcfc;
}

.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.32rem;
  line-height: .56rem;
  font-family: "MStiffHeiPRC";
  text-align: center;
  color: #7e6e5e;
}

.tip-btn-default {
  width: 3.36rem;
  height: .64rem;
  font-size: 0.24rem;
  color: #fcfcfc;
  line-height: .64rem;
  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: 3.36rem;
  height: .64rem;
  font-size: 0.24rem;
  color: #5A350A;
  line-height: .64rem;
  text-align: center;
  letter-spacing: 1px;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/btn-primary-l.png) no-repeat;
  background-size: 100% 100%;
}

/*
* desc：弹窗
* date：2021-11-19
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.tip-comp-cover,
.tip-dialog-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99;
}

.tip-comp-explain-title,
.tip-comp-dialog-prompt-title,
.tip-dialog-title {
  margin-bottom: .2rem;
  font-size: 0.32rem;
  line-height: .44rem;
  text-align: center;
  color: #fcfcfc;
}

.tip-comp-explain-close,
.tip-comp-dialog--close,
.dialog-close {
  position: absolute;
  top: .4rem;
  right: .24rem;
  width: .4rem;
  height: .4rem;
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/btn-close-m_white.png) top right no-repeat;
  background-size: .32rem .32rem;
  z-index: 2;
}

.tip-dialog-login {
  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: .12rem .4rem .4rem;
}

.tip-dialog-login p {
  width: 3.22rem;
  height: 2.52rem;
  padding-top: 1.48rem;
  font-size: 0.28rem;
  line-height: .4rem;
  text-align: center;
  color: #fcfcfc;
}

.tip-dialog-login p.login-qq {
  background: rgba(255, 255, 255, 0.15) url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/icon-qq.png) center 0.64rem no-repeat;
  background-size: .62rem .62rem;
}

.tip-dialog-login p.login-wx {
  background: rgba(255, 255, 255, 0.15) url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/icon-wx.png) center 0.64rem no-repeat;
  background-size: .62rem .62rem;
}

.tip-dialog-fixbottom .icon-back {
  position: absolute;
  top: .4rem;
  left: .24rem;
  z-index: 2;
}

.tip-dialog-fixbottom .tip-btn-primary {
  display: block;
  margin: .32rem auto 0;
}

.tip-dialog-content {
  padding: .32rem .48rem .48rem;
}

.content-sub-title {
  font-size: 0.24rem;
  line-height: .34rem;
  color: #fcfcfc;
  margin-bottom: .04rem;
}

.ringmatch-user-msg {
  margin-bottom: .4rem;
}

.user-msg-box {
  height: 1.36rem;
  padding: 0 .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;
  background: rgba(255, 255, 255, 0.05);
}

.user-msg-box .icon-change {
  width: .8rem;
  height: .8rem;
  background-position: center center;
  background-size: .4rem .4rem;
}

.user-msg-box-left {
  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;
}

.user-img {
  width: .72rem;
  height: .72rem;
  display: block;
  border-radius: 100%;
  margin-right: .08rem;
}

.user-name {
  font-size: 0.24rem;
  line-height: .34rem;
  color: #fcfcfc;
  margin-bottom: .1rem;
}

.user-zone {
  font-size: 0.2rem;
  line-height: .28rem;
  color: #D2D8DC;
}

.ringmatch-select-bar {
  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;
}

.select-left {
  font-size: 0.2rem;
  line-height: .22rem;
  color: #E25124;
}

.select-item-box {
  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;
  margin-bottom: .2rem;
}

.select-item-box .select-item {
  position: relative;
  width: 1.76rem;
  height: .56rem;
  margin-left: .16rem;
  font-size: 0.2rem;
  line-height: .54rem;
  text-align: center;
  color: #fcfcfc;
  background: rgba(46, 52, 56, 0.8);
  border: 1px solid rgba(46, 52, 56, 0.8);
}

.select-item-box .select-item.selected {
  border: 1px solid #E4B853;
}

.select-item-box .select-item.selected::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .24rem;
  height: .24rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/selected.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.ringmatch-select-rules {
  width: 6.54rem;
  min-height: 1.08rem;
  padding: .24rem .16rem .08rem .32rem;
  font-size: 0.2rem;
  line-height: .24rem;
  color: #fcfcfc;
  background: rgba(33, 33, 36, 0.3);
}

.ringmatch-select-rules p {
  margin-bottom: .16rem;
}

.ringmatch-select-rules span {
  color: #B5DDDE;
}

.dialog-roles-list {
  width: 6.54rem;
  max-height: 4.5rem;
  margin: .4rem auto;
  overflow-y: auto;
}

.dialog-roles-list li {
  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;
  height: 1.36rem;
  padding: 0 .4rem;
  margin-bottom: .08rem;
  background: rgba(255, 255, 255, 0.05);
}

.dialog-roles-list .roles-img {
  width: .72rem;
  height: .72rem;
  display: block;
  border-radius: 100%;
  margin-right: .08rem;
}

.tip-comp-dialog--treaty-wrap {
  width: 8rem;
  margin-top: .16rem;
  margin-left: -.73rem;
  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-comp-dialog--treaty-check .van-checkbox__icon {
  width: .3rem;
  height: .3rem;
  margin-right: .06rem;
}

.tip-comp-dialog--treaty-check .van-checkbox__icon .van-icon {
  width: .3rem;
  height: .3rem;
}

.tip-comp-dialog--treaty-wrap label {
  color: #737a80;
  font-size: 0.2rem;
  line-height: .24rem;
}

.tip-comp-dialog--phone-treaty-desc {
  font-size: 0.2rem;
  color: #91a4d5;
  line-height: .24rem;
}

.dialog-tips-title {
  padding: .08rem 0 .16rem;
  font-size: 0.32rem;
  line-height: .44rem;
  text-align: center;
  color: #fcfcfc;
}

.dialog-tips-more {
  padding: 0 .4rem;
  margin-bottom: .24rem;
  font-size: 0.24rem;
  line-height: .34rem;
  color: #D2D8DC;
  text-align: center;
}

.dialog-tips-more span {
  color: #B5DDDE;
}

.ewm-box {
  width: 1.92rem;
  height: 1.92rem;
  padding: .16rem;
  margin: 0 auto .08rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 9px 0 rgba(109, 90, 74, 0.18);
          box-shadow: 0 0 9px 0 rgba(109, 90, 74, 0.18);
}

.ewm-box img {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.small-ewm-box {
  width: 1.14rem;
  height: 1.14rem;
  padding: .1rem;
  margin: 0 auto .08rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 9px 0 rgba(109, 90, 74, 0.18);
          box-shadow: 0 0 9px 0 rgba(109, 90, 74, 0.18);
}

.small-ewm-box img {
  width: .94rem;
  height: .94rem;
  display: block;
}

.tip-dialog-share {
  position: fixed;
  top: .24rem;
  right: .4rem;
  width: 3.32rem;
  height: 1.28rem;
  padding: .48rem 0 0 1.12rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/share-bg.png) no-repeat;
  background-size: 100% 100%;
}

.tip-dialog-share p {
  font-size: 0.24rem;
  line-height: .32rem;
  color: #212124;
}

.tip-dialog-guide {
  width: 6.54rem;
  height: 9.2rem;
  margin: 0 auto;
  overflow-y: auto;
}

.tip-dialog-guide img {
  display: block;
  margin: .16rem auto .38rem;
}

.guide-bar {
  width: 6.54rem;
  height: .72rem;
  margin: 0 auto .16rem;
  padding: 0 .24rem;
  background: rgba(33, 33, 36, 0.5);
  font-size: 0.24rem;
  line-height: .72rem;
  color: #D2D8DC;
}

.guide-bar em {
  color: #B5DDDE;
}

.guide-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -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;
  font-size: 0.24rem;
  line-height: .36rem;
  color: #D2D8DC;
}

.guide-txt span {
  width: .36rem;
  height: .36rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: .12rem;
  font-size: 0.32rem;
  text-align: center;
  font-family: "TGPBold";
  background: #212124;
}

.guide-txt em {
  color: #B5DDDE;
}

.tip-comp-explain-tip,
.tip-dialog-fixbottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  max-height: 8.32rem;
  padding-top: .32rem;
  overflow-x: hidden;
  background: #3C3F4E;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  z-index: 100;
}

.tip-dialog-fixbottom {
  max-height: 10.32rem;
}

.tip-comp-explain-detail {
  width: 6.54rem;
  height: 7rem;
  margin: 0 auto;
  overflow-y: auto;
  font-size: 0.24rem;
  color: #D2D8DC;
  line-height: .34rem;
}

.tip-comp-explain-detail p {
  padding-bottom: .32rem;
}

.tip-comp-dialog--prompt-box {
  padding: 0 .48rem .48rem;
}

.tip-comp-dialog--notice-title,
.tip-comp-dialog--notice-text {
  font-size: .24rem;
  line-height: .34rem;
  color: #D2D8DC;
  text-align: center;
}

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

.tip-comp-dialog--prompt {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.54rem;
  padding-top: .76rem;
  margin: auto;
  text-align: center;
  background: #3C3F4E;
  z-index: 100;
  overflow: hidden;
}

.tip-comp-dialog--btn-cont {
  height: 1.16rem;
  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-comp-dialog--btn-cont a {
  display: block;
  width: 100%;
  height: 1.16rem;
  line-height: 1.16rem;
  text-align: center;
  font-size: 0.32rem;
  border-top: 0.02rem solid rgba(255, 255, 255, 0.1);
}

.tip-comp-dialog--btn-cont a.tip-comp-dialog-cancel {
  color: rgba(255, 255, 255, 0.75);
  border-right: 0.02rem solid rgba(255, 255, 255, 0.1);
}

.tip-comp-dialog--btn-cont a.tip-comp-dialog-sure {
  color: #E4B853;
}

@media screen and (min-height: 800px) {
  .tip-dialog-content {
    padding: .32rem .48rem 1rem;
  }
}

/*
* desc：排行榜页
* date：2021-10-25
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
/*
* desc：排行榜列表
* date：2021-11-19
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.rank-list {
  position: relative;
  width: 7.08rem;
  margin: 0 auto;
  padding-bottom: .4rem;
  z-index: 4;
}

.rank-list-header {
  width: 7.08rem;
  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;
  background: rgba(22, 22, 34, 0.6);
}

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

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

.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.4rem;
}

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

.rank-list-content {
  -webkit-box-shadow: 0 1px 0 0 rgba(103, 88, 77, 0.3);
          box-shadow: 0 1px 0 0 rgba(103, 88, 77, 0.3);
}

.rank-list-box {
  max-height: 4.64rem;
  overflow-y: auto;
  background: rgba(252, 252, 252, 0.1);
}

.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.first-one .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.second-one .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.third-one .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.08rem;
  height: .6rem;
  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;
}

.my-rankmsg {
  background: rgba(252, 252, 252, 0.1);
  -webkit-box-shadow: inset .02rem 0 0 0 #E4B853;
          box-shadow: inset .02rem 0 0 0 #E4B853;
}

.my-rankmsg .rank-list-item {
  width: 7.08rem;
  height: .6rem;
  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: 1.04rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.2rem;
  line-height: .6rem;
  color: #fff;
  font-family: "TGPBold";
  text-align: center;
}

.rank-usermsg {
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: .24rem;
  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: .6rem;
  color: #fff;
}

.rank-usermsg i {
  margin-left: .06rem;
}

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

.rank-time {
  width: 1.4rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: .6rem;
  color: #fff;
  font-family: "TGPBold";
}

.rank-totalscore {
  width: 1.4rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: .6rem;
  color: #fff;
  font-family: "TGPBold";
}

.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(252, 252, 252, 0.1);
}

.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: #fff;
  text-align: center;
}

.ringmatch-vert-wrap {
  width: 100vw;
  padding-bottom: 2rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/vertical/bg-vert.jpg) center -1.2rem no-repeat;
  background-size: 100% auto;
}

.ringmatch-vert-topbar {
  position: relative;
  padding: .12rem .12rem 0;
  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: 4;
}

.ringmatch-vert-topbar p {
  padding: 0 .1rem;
  font-size: 0.22rem;
  line-height: .36rem;
  color: #3E4A4F;
  background: rgba(252, 252, 252, 0.6);
  border: 0.2px solid rgba(255, 255, 255, 0.2);
  border-radius: .18rem;
}

.rank-title {
  text-align: center;
  font-family: "MStiffHeiPRC";
}

.rank-title span {
  display: block;
  font-size: .48rem;
  line-height: .56rem;
  color: #FCF0C0;
}

.rank-title p {
  position: relative;
  font-size: .84rem;
  line-height: 1rem;
  color: #7A6452;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(46, 39, 35, 0.7)), to(#7a6452));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rank-tips {
  padding: .2rem 0 .16rem;
  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: .24rem;
  color: #8482a9;
}

.rank-tips em {
  color: #ba5682;
}

.rank-prizesbox {
  position: relative;
  z-index: 2;
}

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

.rank-prizesbox .swiper-slide {
  width: 5.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;
}

.rank-prizesbox .rank-prizes-li {
  width: 1.6rem;
  height: 2.04rem;
  margin: 0 .12rem;
  padding: .2rem .1rem 0;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/vertical/prize-bg.png) no-repeat;
  background-size: 100% 100%;
}

.rank-prizesbox .rank-prizes-li img {
  width: 1.12rem;
  height: 1.12rem;
  display: block;
  margin: 0 auto .08rem;
  background: #fff;
}

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

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

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

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

.ringmatch-vert-tips {
  width: 6.24rem;
  margin: .4rem auto 0;
  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-vert-tips .tips-box {
  position: relative;
  width: 4.44rem;
  max-height: 1.04rem;
  padding: 0 0 .2rem .5rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 9px 0 rgba(109, 90, 74, 0.18);
          box-shadow: 0 0 9px 0 rgba(109, 90, 74, 0.18);
  border-radius: .06rem;
}

.ringmatch-vert-tips .tips-box p {
  padding-top: .2rem;
  font-size: 0.2rem;
  line-height: .24rem;
  color: #fcfcfc;
}

.ringmatch-vert-tips .tips-box p span {
  color: #fdfcc6;
}

.ringmatch-vert-tips .tips-box p:last-child {
  padding-top: .16rem;
}

.ringmatch-vert-tips .tips-box::before {
  content: '';
  position: absolute;
  left: -.2rem;
  top: .28rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .12rem .2rem .12rem 0;
  border-color: transparent rgba(255, 255, 255, 0.2) transparent transparent;
}

.ringmatch-vert-tips::before {
  content: '';
  width: 1.5rem;
  height: 1.58rem;
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/gp-j.png) no-repeat;
  background-size: 100% 100%;
}

.rank-list-title {
  width: 5.6rem;
  height: .44rem;
  margin: .3rem auto .16rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/title-rank.png) no-repeat;
  background-size: 100% 100%;
}

.fun-list-title {
  width: 5.6rem;
  height: .44rem;
  margin: .3rem auto .16rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ring-match/images/vertical/title-rank-2.png) no-repeat;
  background-size: 100% 100%;
}

.ringmatch-tips {
  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: 0 .1rem .16rem;
  font-size: 0.2rem;
  line-height: .24rem;
  color: #fcfcfc;
  text-align: center;
}

.ringmatch-tips em {
  color: #fdfcc6;
  padding: 0 .04rem;
}

.ringmatch-vert-bottombar {
  width: 100vw;
  height: 1.44rem;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: .2rem 0 .1rem;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/vertical/bottom-bar.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: 50;
}

.ringmatch-vert-bottombar .tip-btn-primary {
  width: 2.56rem;
  height: .72rem;
  display: block;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  background: url(https://image-1251917893.file.myqcloud.com/igame/match/gp/ringMatch_sp/vertical/btn-challege.png) no-repeat;
  background-size: 100% 100%;
}

.ringmatch-vert-bottombar .link-item {
  position: absolute;
  right: .4rem;
  top: .62rem;
  z-index: 2;
}

.ringmatch-change-id {
  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-bottom: .16rem;
  font-size: 0.2rem;
  color: #fff;
}

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

.ringmatch-change-id .personal-msg {
  color: #fff;
  font-size: 0.2rem;
  line-height: .24rem;
}

.ringmatch-change-id .personal-msg span {
  padding-right: .04rem;
}

@media screen and (min-height: 800px) {
  .ringmatch-vert-bottombar {
    padding: .2rem 0 .6rem;
  }
}

/*
* desc：下期擂台预告
* date：2021-10-28
* author：yuiqin（覃钰）
* email：yuiqin@tencent.com
*/
.rules-vert-bg {
  background: #3C3F4E;
}

.ringmatch-rules-content {
  padding: .32rem .48rem;
}

.ringmatch-rules-content p {
  padding-bottom: .4rem;
  color: #D2D8DC;
  font-size: 0.24rem;
  line-height: .34rem;
}
/*# sourceMappingURL=ringmatch-vert.css.map */