.content {
  background-color: #030f12;
  background-image: url(../images/bg.jpg);
  background-position: top center;
  background-size: 100% auto;
  /* width: 100%; */
  /* min-height: 33.36rem; */
}

.box {
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -0.01rem;
  background-size: cover;
}

.head {
  width: 100%;
}

.menu-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.18rem 0.57rem;
}

.logo {
  width: 3.1rem;
  height: 1.03rem;
  background-image: url(../images/logo.png);
}

.menu-item {
  display: flex;
  align-items: center;
  height: max-content;
}

.login,.login-out {
  padding-left: 0.5rem;
  box-sizing: border-box;
  position: relative;
  margin-right: 0.37rem;
  height: 0.29rem;
  line-height: 0.29rem;
}

.login::before,.login-out::before {
  position: absolute;
  left: 0;
  content: '';
  width: 0.29rem;
  height: 0.29rem;
  background-image: url(../images/menu-icon01.png);
  background-size: auto 100%;
}

.lang-sel-box {
  position: relative;
}

.lang-sel {
  padding-left: 0.5rem;
  box-sizing: border-box;
  position: relative;
  height: 0.29rem;
  line-height: 0.29rem;
  padding-right: 0.38rem;
  cursor: pointer;
  min-width: 1.7rem;
  text-align: center;
}

.lang-sel:hover+.lang-list-wrap {
  display: block;
}

.lang-sel::before {
  position: absolute;
  left: 0;
  content: '';
  width: 0.29rem;
  height: 0.29rem;
  background-image: url(../images/menu-icon02.png);
}

.lang-sel::after {
  position: absolute;
  right: 0;
  top: 0.09rem;
  content: '';
  width: 0.13rem;
  height: 0.11rem;
  background-image: url(../images/menu-icon03.png);
}

/* 多语言弹窗 */
.lang-list-wrap {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 100%;
  padding-top: 0.1rem;
  margin-top: -0.04rem;
  white-space: nowrap;
  border-radius: 0.04rem;
}


.lang-list-wrap:hover {
  display: block;
}

.lang-list-wrap ul {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.lang-list-wrap ul,
.lang-list-wrap li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-list-wrap a {
  line-height: 0.5rem;
  text-align: center;
  display: block;
  font-family: RefrigeratorDeluxe;
}

.lang-list-wrap a:hover,
.lang-list-wrap a.act {
  background-color: rgba(155, 155, 155, 0.1);
}

.lang-list-wrap span {
  font-size: 0.2rem;
}

.menu-cn,
.menu-zh-Hant {
  font-family: HiraginoSansGB-W3;
}

.menu-pt-br {
  font-family: HiraginoSansGB-W3;
}

.menu-ja {
  font-family: RefrigeratorDeluxe;
}

.title {
  width: 100%;
  height: 3.59rem;
  margin-top: 3.4rem;
  background-position: bottom center;
  font-size: 0;
}

.cn .title,
.zh-hant .title {
  background-size: 10.66rem 2rem;
  background-image: url(../images/lang/title-zh-Hant.png);
}

.de .title {
  background-size: 17.45rem 3.59rem;
  background-image: url(../images/lang/title-de.png);
}

.en .title {
  background-size: 18.31rem 1.79rem;
  background-image: url(../images/lang/title-en.png);
}

.es .title {
  background-size: 16.83rem 3.34rem;
  background-image: url(../images/lang/title-es.png);
}

.ja .title {
  background-size: 15.51rem 2.15rem;
  background-image: url(../images/lang/title-jp.png);
}

.pt-br .title {
  background-size: 15.73rem 3.34rem;
  background-image: url(../images/lang/title-pt-BR.png);
}

.ru .title {
  background-size: 16.73rem 3.34rem;
  background-image: url(../images/lang/title-ru.png);
}

.th .title {
  background-size: 14.54rem 3.14rem;
  background-image: url(../images/lang/title-th.png);
}

.sub-title::before,
.sub-title::after {
  content: '';
  width: 0.13rem;
  height: 0.43rem;
  position: absolute;
  top: -0.035rem;
}

.sub-title::before {
  left: 0;
  background-image: url(../images/subtitle-bg-l.png);
}

.sub-title::after {
  right: 0;
  background-image: url(../images/subtitle-bg-r.png);
}

.sub-title span {
  color: #c34c32;
}

.task {
  width: 100%;
  padding-top: 1.12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.task-title {
  width: 16.14rem;
  font-size: 0.38rem;
  color: #ababab;
  height: 0.38rem;
  line-height: 0.38rem;
  border-left: 0.07rem solid #ca4d31;
  padding-left: 0.16rem;
  position: relative;
  margin-bottom: 0.42rem;
  font-weight: normal;
}

.task-title::after {
  content: '';
  width: 16.13rem;
  height: 0.03rem;
  background-size: 100% auto;
  background-image: url(../images/title-line.png);
  position: absolute;
  top: 0.6rem;
  left: -0.07rem;
}

.task-title-text {
  display: inline-block;
}

.task-title-time {
  font-size: 0.24rem;
  color: #ababab;
  opacity: 0.6;
  height: max-content;
  display: inline-block;
}

/* .start-date {
  margin-left: 0.43rem;
}

.end-date {
  padding-left: 0.5rem;
  position: relative;
}

.end-date::before {
  content: '';
  position: absolute;
  left: 0.215rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.07rem;
  height: 0.08rem;
  background-image: url(../images/tab-icon.png);

} */

/* .tab-item.activity {
  color: #fff;
  background-image: url(../images/tab-act.png);
} */
/* 
.tab-item.activity .end-date::before {
  background-image: url(../images/tab-icon-white.png);

} */

.task-item {
  background-color: rgba(0, 0, 0, 0.35);
  width: 16.13rem;
  min-height: .77rem;
  padding: 0.13rem 0.16rem 0.13rem 0.6rem;
  margin-bottom: 0.09rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9b9b9b;
}

.task-item-left {
  width: 55%;

}

.task-label {
  width: 100%;
  display: flex;
  justify-content: space-between;

}

.task-label i,
.task-annotation i {
  color: #ca4d31;
  font-style: normal;
}

.task-name {
  width: 80%;
}

.progress {
  width: 100%;
  height: 0.04rem;
  background-color: rgb(155, 155, 155, 0.5);
  margin-top: 0.15rem;
}

.progress-son {
  width: 0;
  height: 0.04rem;
  background-color: #ca4d31;
  transition: width 1s ease;
}

.task-tips {
  font-size: 0.14rem;
  color: #9b9b9b;
  opacity: 0.5;
}

.task-item-right {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.task-link {
  width: 50%;
  min-height: 0.51rem;
  line-height: 0.23rem;
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0, .66);
  color: #ca4d31;
  text-decoration: none;
  margin-right: 0.2rem;
  padding: 0 0.1rem;
  text-align: center;
}

.org-btn {
  background-image: url(../images/task-award.png);
  min-width: 2.64rem;
  min-height: 0.52rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: #221003;
  text-decoration: none;
  display: none;
  cursor: pointer;
  padding: 0.05rem 0.1rem;
  text-align: center;
  line-height: 0.23rem;
}

.task-submit {
  width: 50%;
}

.task-submit a {
  width: 100%;

}

.task-submit.status0 .org-btn.success {
  display: inline-flex;
  background-image: url(../images/task-award-gray.png);
  color: #000;


}

.task-submit.status1 .success {
  display: inline-flex;
}

.task-submit.status2 .done {
  display: inline-flex;
  background-image: url(../images/task-award-gray.png);
  color: #000;

}

.task-annotation {
  color: #9b9b9b;
  text-align: center;
  margin-top: 0.1rem;
  font-size: 0.18rem;
}

.goods {
  padding-top: 0.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.goods-title {
  width: 16.14rem;
  font-size: 0.39rem;
  color: #ababab;
  height: 0.39rem;
  line-height: 0.39rem;
  border-left: 0.07rem solid #ca4d31;
  padding-left: 0.16rem;
  position: relative;
}

.goods-title::after {
  content: '';
  width: 16.13rem;
  height: 0.03rem;
  background-image: url(../images/title-line.png);
  position: absolute;
  top: 0.6rem;
  left: -0.07rem;
  background-size: 100% auto;
}

.goods-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 16.14rem;
  margin-top: 0.38rem;

}

.goods-item {
  width: 4.98rem;
  margin-bottom: 0.2rem;
}

.goods-item-info {
  width: 100%;
  height: 2.45rem;
  padding: 0.06rem 0.06rem 0.06rem;
  display: flex;
  flex-direction: column;
  background-image: url(../images/goods-item.png);
  overflow: hidden;
  padding-bottom: rem;
  position: relative;
}

.goods-item-date {
  font-size: 0.16rem;
  text-align: center;
  color: #ababab;
  height: 0.23rem;
  line-height: 0.23rem;
  position: relative;
  top: 0.02rem;
}

.goods-item-cover {
  width: 100%;
  height: 2.28rem;
  object-fit: cover;
}

.goods-item-name {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  position: absolute;
  bottom: 0.11rem;
  background-image: url(../images/goods-name.png);
  background-size: 1.98rem 0.31rem;
  left: 0.12rem;
  padding: 0 0.11rem;
}

.goods-item-name div {
  font-size: 0.18rem;
  color: #ababab;
  max-width: 62%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.32rem;
  line-height: 0.32rem;
}

.goods-item-name>span {
  font-size: 0.18rem;
  color: #9b9b9b;
  margin-left: 0.18rem;
  border-left: 0.02rem solid rgba(135, 135, 135, 0.4);
  line-height: 0.19rem;
  height: 0.19rem;
  padding-left: 0.18rem;
}

.goods-item-price {
  margin-top: 0.13rem;
  width: 5rem;
  height: 0.51rem;
  font-size: 0.2rem;
  color: #11181a;
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 0.51rem;
  background-image: url(../images/goods-price-dis.png);
}

.goods-item-price.activity {
  background-image: url(../images/goods-price.png);
  color: #efe3c9;
}

.ja .goods-item-name .name {
  font-size: 0.16rem;
  max-width: 80%;
}

.ja .goods-item-name>span {
  font-size: 0.16rem;
  margin-left: 0.08rem;
  padding-left: 0.08rem;
}

.ru .goods-item:nth-child(2) .goods-item-name>.name,
.ru .goods-item:nth-child(3) .goods-item-name>.name {
  max-width: 100%;
}

.ru .goods-item:nth-child(2) .goods-item-name>span,
.ru .goods-item:nth-child(3) .goods-item-name>span {
  display: none;
}

.balance {
  font-size: 0.18rem;
  background-image: url(../images/balance.png);
  width: 16.11rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  color: #ababab;
  margin-bottom: 0.64rem;
}

.balance span {
  color: #ca4d31;
}

.rule {
  padding-top: 0.14rem;
  width: 100%;
  min-height: 2.84rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.55rem;
}

.rule-title {
  width: 16.14rem;
  font-size: 0.39rem;
  color: #ababab;
  height: 0.39rem;
  line-height: 0.39rem;
  border-left: 0.07rem solid #ca4d31;
  padding-left: 0.16rem;
  position: relative;
}

.rule-title::after {
  content: '';
  width: 16.14rem;
  height: 0.04rem;
  background-image: url(../images/rule-line.png);
  background-size: 100% auto;
  position: absolute;
  left: -0.07rem;
  top: 0.62rem;
}

.rule-cont {
  width: 16.14rem;
  margin-top: 0.47rem;
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #878787;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
  width: calc(100% - 15px)
}

/* 弹窗 */
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dialogMask {
  position: fixed;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1 !important;
}

.dialog div {
  z-index: 2;
}

.dialog.on {
  z-index: 9;
  opacity: 1;
  transform: translateZ(10px);
}

.pop {
  position: relative;
}

.pop-close {
  width: 0.5rem;
  height: 0.53rem;
  background-image: url(../images/close.png);
  position: absolute;
  right: -0.6rem;
  top: 0.05rem;
  cursor: pointer;
}

.pop-close:hover {
  transform: rotate(180deg);
  transition: all 0.3s;
  background-image: url(../images/close-hover.png);
}

.pop-title {
  height: 0.7rem;
  line-height: 0.74rem;
  font-size: 0.36rem;
  color: #a2a1a1;
}

.pop-cont {
  font-size: 0.22rem;
  color: #878787;
}

.pop-btn {
  width: 1.44rem;
  height: 0.45rem;
  background-image: url(../images/pop-btn.png);
  font-size: 0.18rem;
  color: #000;
  text-align: center;
  line-height: 0.45rem;
  text-decoration: none;
  cursor: pointer;
}

.pop1,
.pop4,
.pop9,
.pop10 {
  width: 7.1rem;
  height: 4rem;
  background-image: url(../images/pop-bg01.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.pop1 .pop-cont,
.pop4 .pop-cont,
.pop9 .pop-cont,
.pop10 .pop-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 3.2rem;
  padding: 0.05rem 0.11rem;
  text-align: center;
}

.pop1 .pop-cont>p,
.pop4 .pop-cont>p,
.pop9 .pop-cont>p,
.pop10 .pop-cont>p {
  font-size: 0.18rem;
  color: #878787;
  text-align: center;
  margin-bottom: 0.35rem;
  white-space: break-spaces;
}

.pop1 .pop-cont>a,
.pop4 .pop-cont>a,
.pop9 .pop-cont>a,
.pop10 .pop-cont>a {

  padding-bottom: 0.08rem;

}

.pop2 {
  width: 9.31rem;
  height: 4.72rem;
  background-image: url(../images/pop-bg02.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.pop2 .pop-cont {
  width: 100%;
  height: 3.89rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pop2 .pop-cont p {
  color: #878787;
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
}

.pop2 .pop-cont .link {
  text-decoration: underline;
  font-size: 0.18rem;
  color: #ca4d31;
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.05rem;
  cursor: pointer;
}

.pop2 .pop-cont .link-label {
  margin-top: 0.2rem;
}

.pop2 .pop-btn {
  margin-top: 0.3rem;
}

.pop3 {
  width: 8.44rem;
  height: 7.19rem;
  background-image: url(../images/pop-bg03.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.pop3 .pop-cont {
  width: 100%;
  height: 6.7rem;
  padding: 0 0.7rem 0.1rem 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.pop3 .invite-link {
  text-align: center;
  font-size: 0.18rem;
  color: #878787;
  margin-bottom: 0.2rem;
}

.pop3 .invite-tips {
  font-size: 0.18rem;
  text-align: center;
}

.pop3 .invite-link span {
  color: #ca4d31;
  text-decoration: underline
}

.pop3 .cover-box {
  width: 0.44rem;
  height: 0.44rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.12rem;
}

.pop3 .cover-box div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pop-bg03-head.png);
  background-size: 100% 100%;
}

.pop3 .cover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop3 ul {
  max-width: 100%;
  max-height: 2.87rem;
  height: max-content;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* justify-content: center; */
  flex-direction: row;
  align-content: baseline;
  margin-top: 0.21rem;
  position: relative;
}

.pop3 ul::-webkit-scrollbar {
  width: 0.03rem;
  height: 2.87rem;
}

.pop3 ul::-webkit-scrollbar-thumb {
  background-color: #878787;
}

.pop3 ul::-webkit-scrollbar-track {
  background-color: rgb(135, 135, 135, 0.3);
}

.pop3 ul li {
  width: 3.37rem;
  height: 0.65rem;
  background-color: rgb(0, 0, 0, 0.35);
  padding: 0.12rem;
  margin: 0.1rem 0.06rem 0 0.06rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

/* .pop3 ul li:nth-child(even){
  margin-left: 0.12rem;
} */
.pop3 ul li .name {
  font-size: 0.18rem;
  width: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pop3-btn01,
.pop3-btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.2rem;
  text-align: center;
  width: 1.45rem;
  min-height: 0.46rem;
  padding: 0.05rem 0.1rem;
  position: relative;
  background-image: url(../images/pop3-btn.png);
  font-size: 0.18rem;
  color: #000000;
}

.pop3-btn02.dis {
  background-image: url(../images/pop3-btn-dis.png);
}

.invite-count {
  font-size: 0.18rem;
  text-align: center;
  margin-bottom: 0.2rem;
  margin-top: 0.25rem;
}

.invite-count span {
  color: #ca4d31;
}

.pop5,
.pop7,
.pop8,
.pop6 {
  width: 8.44rem;
  height: 6.99rem;
  background-image: url(../images/pop-bg05.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.pop5 .pop-title,
.pop6 .pop-title,
.pop7 .pop-title,
.pop8 .pop-title {
  font-size: 0.2rem;
}

.zh-hant .pop5 .pop-title,
.en .pop5 .pop-title,
.zh-hant .pop6 .pop-title,
.en .pop6 .pop-title,
.zh-hant .pop7 .pop-title,
.en .pop7 .pop-title,
.zh-hant .pop8 .pop-title,
.en .pop8 .pop-title {
  font-size: 0.34rem;
}

.pop5 .pop-cont,
.pop6 .pop-cont,
.pop7 .pop-cont,
.pop8 .pop-cont {
  height: 6.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pop5 .pack-tips,
.pop6 .pack-tips,
.pop7 .pack-tips,
.pop8 .pack-tips {
  font-size: 0.18rem;
  text-align: center;
  color: #878787;
  margin-bottom: 0.35rem;
}

.pop5 ul,
.pop6 ul,
.pop7 ul,
.pop8 ul {
  display: flex;
}

.pop5 ul li,
.pop6 ul li,
.pop7 ul li,
.pop8 ul li {
  width: 3.15rem;
  height: 2.55rem;
  list-style: none;
  position: relative;
}

.pop5 ul li:nth-child(1),
.pop6 ul li:nth-child(1) {
  margin-right: 0.2rem;
  background-image: url(../images/goods/packer03.png);
}

.pop5 ul li:nth-child(2),
.pop6 ul li:nth-child(2) {
  margin-right: 0.2rem;
  background-image: url(../images/goods/packer04.png);
}

.pop7 ul li:nth-child(1),
.pop8 ul li:nth-child(1) {
  margin-right: 0.2rem;
  background-image: url(../images/goods/packer01.png);
}

.pop7 ul li:nth-child(2),
.pop8 ul li:nth-child(2) {
  margin-right: 0.2rem;
  background-image: url(../images/goods/packer02.png);
}

.pop5 ul li .label,
.pop6 ul li .label,
.pop7 ul li .label,
.pop8 ul li .label {
  width: 3.15rem;
  text-align: center;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.18rem;
}

.pop5 ul li .packer-name,
.pop6 ul li .packer-name,
.pop7 ul li .packer-name,
.pop8 ul li .packer-name {
  font-size: 0.14rem;
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  bottom: 0.18rem;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zh-hant .pop5 ul li .packer-name,
.en .pop5 ul li .packer-name,
.zh-hant .pop6 ul li .packer-name,
.en .pop6 ul li .packer-name,
.zh-hant .pop7 ul li .packer-name,
.en .pop7 ul li .packer-name,
.zh-hant .pop8 ul li .packer-name,
.en .pop8 ul li .packer-name {
  font-size: 0.18rem;
}


.pop5 ul li .packer-name.org-text,
.pop6 ul li .packer-name.org-text {
  text-align: left;
  left: 0.22rem;
  color: #ca4d31;
  padding-left: 0.11rem;
  border-left: 0.04rem #ca4d31 solid;
  line-height: 0.18rem;
  height: 0.18rem;
  bottom: 0.24rem;
  width: calc(100% - 0.44rem);
}

.pop5 .pop-btn-box,
.pop6 .pop-btn-box,
.pop7 .pop-btn-box,
.pop8 .pop-btn-box {
  display: flex;
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
}

.pop5 .pop-btn-box a,
.pop6 .pop-btn-box a,
.pop7 .pop-btn-box a,
.pop8 .pop-btn-box a {
  width: 2.35rem;
  height: 0.45rem;
  font-size: 0.18rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: #000000;
  text-decoration: none;
  text-align: center;
  line-height: 0.2rem;
  padding: 0.05rem 0.1rem;
}

.pop5 .pop5-btn01,
.pop6 .pop5-btn01,
.pop7 .pop5-btn01,
.pop8 .pop5-btn01 {
  background-image: url(../images/pop-bg05-btn.png);

}

.pop5 .pop5-btn01,
.pop7 .pop5-btn01 {
  margin-right: 0.76rem;
}

.pop5 .pop5-btn02,
.pop6 .pop5-btn02,
.pop7 .pop5-btn02,
.pop8 .pop5-btn02 {
  background-image: url(../images/pop-bg05-btn02.png);
}

.pop5 .pop-tips,
.pop6 .pop-tips,
.pop7 .pop-tips,
.pop8 .pop-tips {
  text-align: center;
  font-size: 0.18rem;
}

.pop11 {
  padding: 0.3rem;
  position: absolute;
  top: 1vw;
  width: 9.32rem;
  background: #0a0c0d;
  border: 1px solid #615334;
}

.pop11 .pop-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0.2rem;

}

.pop11 .pop-cont p {
  border: 0.02rem solid #323636;
  background: #1a1d1d;
  display: block;
  height: 0.48rem;
  line-height: 0.48rem;
  min-width: 4rem;
  text-align: left;
  text-indent: 0.2rem;
  color: #b35c3f;

  margin-right: 0.3rem;
}

.pop11 .pop-cont a {
  display: block;
  width: 1.8rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #a34232;
  font-weight: bold;
  user-select: none;
}

.pop11 .pop-cont a::before,
.pop11 .pop-cont a::after {
  width: 0.1rem;
  height: 100%;
  content: '';
  position: absolute;
  border-top: 0.07rem solid #a34232;
  border-bottom: 0.07rem solid #a34232;
  overflow: hidden;
  box-sizing: border-box;
  right: -0.04rem;
  pointer-events: none;
}

.pop11 .pop-cont a::before {
  left: -0.04rem;
}


/* 语言适配 */
.de .task,
.ja .task,
.ru .task,
.pt-br .task,
.th .task,
.es .task {
  padding-top: 0.6rem;
}

.de .balance,
.pt-br .balance,
.es .balance {
  margin-bottom: 0.3rem;
}

.es .goods {
  padding-top: 0.3rem;
}

.de .rule-cont,
.ja .rule-cont,
.ru .rule-cont,
.pt-br .rule-cont,
.es .rule-cont {
  line-height: 0.3rem;

}