* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ar,
.ur {
  direction: rtl;
}
.mirror {
  transform: rotateY(180deg);
}
img {
  object-fit: cover;
}
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.main {
  min-height: 100vh;
  position: relative;
  padding: 1.28rem 0 3.31rem;
}
.main .top_box_cont {
  z-index: 99;
  padding: 0 0.27rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 10rem;
  height: 1.28rem;
  background: linear-gradient(180deg, #FD4D5F 0%, #FFA733 100%);
}
.main .top_box_cont .left {
  width: 1.37rem;
  height: 0.64rem;
  background: url('/images/activity/Share/logo.png') no-repeat;
  background-size: 100% 100%;
}
.main .top_box_cont .right {
  padding: 0 0.2rem;
  min-width: 2.19rem;
  height: 0.75rem;
  background: #000000;
  border-radius: 0.16rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.75rem;
  text-align: center;
}
.main .room_box {
  margin-bottom: 0.43rem;
  padding: 0.27rem;
  position: relative;
  width: 10rem;
  height: 10rem;
}
.main .room_box .default_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .room_box .masking {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .room_box .start_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url('/images/activity/Share/start_icon.png') no-repeat;
  background-size: 100% 100%;
}
.main .room_box .room_info {
  position: relative;
  z-index: 1;
  padding-right: 0.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 4.43rem;
  height: 0.96rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.56rem;
}
.main .room_box .room_info .avatar {
  width: 0.95rem;
  height: 0.96rem;
  border-radius: 50%;
}
.main .room_box .room_info .cont_box {
  margin: 0 0.1rem;
}
.main .room_box .room_info .cont_box .nickname {
  width: 2.11rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.45rem;
}
.main .room_box .room_info .cont_box .ID {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.27rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.37rem;
}
.main .room_box .room_info .follow {
  width: 1.25rem;
  height: 0.75rem;
  background: linear-gradient(236deg, #FF8960 0%, #FF62A5 100%);
  border-radius: 0.37rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.75rem;
  text-align: center;
}
.main .room_box .feature_box {
  width: 9.46rem;
  position: absolute;
  bottom: 0.27rem;
  left: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .room_box .feature_box .left {
  width: 0.96rem;
  height: 0.96rem;
  background: url('/images/activity/Share/talk.png') no-repeat;
  background-size: 100% 100%;
}
.main .room_box .feature_box .right {
  display: flex;
  align-items: center;
}
.main .room_box .feature_box .right::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 0.96rem;
  height: 0.96rem;
  background: url('/images/activity/Share/gift.png') no-repeat;
  background-size: 100% 100%;
}
.main .room_box .feature_box .right::after {
  flex-shrink: 0;
  margin-left: 0.21rem;
  content: '';
  display: block;
  width: 0.96rem;
  height: 0.96rem;
  background: url('/images/activity/Share/share.png') no-repeat;
  background-size: 100% 100%;
}
.main .box_title {
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.67rem;
}
.main .box_title::before {
  margin: 0 0.1rem;
  content: '';
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  background: url('/images/activity/Share/icon.png') no-repeat;
  background-size: 100% 100%;
}
.main .room_list {
  margin-top: 0.43rem;
  padding: 0 0.32rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .room_list .room_item {
  margin-bottom: 0.21rem;
  position: relative;
  width: 4.59rem;
  height: 4.56rem;
  background: #D8D8D8;
  border-radius: 0.32rem;
  overflow: hidden;
}
.main .room_list .room_item .live {
  right: 0.16rem;
  top: 0.16rem;
  position: absolute;
  width: 0.53rem;
  height: 0.53rem;
  background: linear-gradient(180deg, #FD4D5F 0%, #FFA733 100%);
  border-radius: 0.11rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .room_list .room_item .live::before {
  content: '';
  display: block;
  width: 0.37rem;
  height: 0.37rem;
  background: url('/images/activity/Share/live.webp') no-repeat;
  background-size: 100% 100%;
}
.main .room_list .room_item .default_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.32rem;
}
.main .room_list .room_item .box {
  width: 100%;
  position: absolute;
  bottom: 0.27rem;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .room_list .room_item .box .nickname {
  width: 3.44rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.43rem;
  color: #FFFFFF;
  line-height: 0.59rem;
}
.main .bot_box {
  position: absolute;
  bottom: 0;
  padding-top: 0.35rem;
  width: 10rem;
  height: 2.88rem;
  background: linear-gradient(180deg, #FD4D5F 0%, #FFA733 100%);
}
.main .bot_box .logo {
  margin: 0 auto 0.45rem;
  width: 1.37rem;
  height: 0.64rem;
  background: url('/images/activity/Share/logo.png') no-repeat;
  background-size: 100% 100%;
}
.main .bot_box .btn_box_cont {
  width: 100%;
  padding: 0 1.12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .bot_box .btn_box_cont div {
  width: 3.57rem;
  height: 0.96rem;
}
.main .bot_box .btn_box_cont .left {
  background: url('/images/activity/Share/apple.png') no-repeat;
  background-size: 100% 100%;
}
.main .bot_box .btn_box_cont .right {
  background: url('/images/activity/Share/google.png') no-repeat;
  background-size: 100% 100%;
}
.modal1 {
  padding: 0.85rem;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8.93rem;
  background: #FFFFFF;
  text-align: center;
  border-radius: 0.53rem;
}
.modal1 .title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.69rem;
}
.modal1 .subtitle {
  margin: 0.77rem 0 1.15rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.37rem;
  color: #9E9E9E;
  line-height: 0.53rem;
}
.modal1 .btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal1 .btn_box div {
  padding: 0 0.2rem;
  min-width: 3.2rem;
  height: 1.17rem;
  border-radius: 0.59rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.43rem;
  line-height: 1.17rem;
}
.modal1 .btn_box .left {
  background: #EDEDED;
  color: #333333;
}
.modal1 .btn_box .right {
  background: linear-gradient(236deg, #FF8960 0%, #FF62A5 100%);
  color: #FFFFFF;
}
