@charset "utf-8";
body,
html {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
}
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
nav,
ol,
p,
section,
ul {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, "Microsoft Yahei", sans-serif;
  color: #9b9b9b;
  background-color: #fff;
}
img {
  border: 0;
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
body,
html {
  -webkit-touch-callout: none;
}
:focus,
a,
a:focus,
button,
input {
  outline: 0;
}
.clear,
.clearfix:after {
  clear: both;
}
.clearfix,
.zoom {
  zoom: 1;
}
.clear,
.clearfix:after {
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
li,
ol,
ul {
  list-style: none;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: 0;
  background: 0;
}
input[type="button"],
input[type="submit"],
label {
  cursor: pointer;
}
button,
input[type="text"],
input[type="button"],
input[type="password"] {
  -webkit-appearance: none;
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #8d8d8d;
}
textarea::-webkit-input-placeholder {
  color: #8d8d8d;
}
a {
  font-size: 0.373333rem;
  color: #9b9b9b;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
  font-size: 0.373333rem;
}
body {
  max-width: 10rem;
  margin: 0 auto !important;
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 14px;
}
.box-size {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.js_down {
  cursor: pointer;
}
.pt {
  padding-top: 1.466667rem;
}
.ptb {
  padding-bottom: 0rem;
}
header {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  max-width: 10rem;
  width: 100%;
  height: 1.466667rem;
  background: url('../images/top_bg@2x.png') no-repeat 0 / cover;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header img {
  width: 1.1rem;
  float: left;
  margin-top: 0.19rem;
}
header p {
  float: left;
  font-size: 0.4rem;
  line-height: 0.533333rem;
  color: #fff;
  padding: 0.24rem 0 0 0.18rem;
  font-weight: 500;
}
header p span {
  font-size: 0.24rem;
}
header a {
  position: relative;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.666667rem;
  height: 0.853333rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.426667rem;
  -webkit-border-radius: 0.426667rem;
  -moz-border-radius: 0.426667rem;
  -ms-border-radius: 0.426667rem;
  -o-border-radius: 0.426667rem;
  line-height: 0.853333rem;
  text-align: center;
  font-size: 0.373333rem;
  color: #ff435d;
  margin-top: 0.293333rem;
}

header button {
  position: relative;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.666667rem;
  height: 0.853333rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.426667rem;
  -webkit-border-radius: 0.426667rem;
  -moz-border-radius: 0.426667rem;
  -ms-border-radius: 0.426667rem;
  -o-border-radius: 0.426667rem;
  line-height: 0.853333rem;
  text-align: center;
  font-size: 0.373333rem;
  color: #ff435d;
  margin-top: 0.293333rem;
}

.sheen-button:after {
  animation-delay: initial;
  content: '';
  top:0;
  transform:translateX(100%);
  width: 30%;
  height:0.853333rem;
  position: absolute;
  z-index:1;
  animation: slide 1s infinite 3s;

  /*
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  .sheen-button:after {
    left: 50px;
    }
  }
}

/* animation */

@keyframes slide {
  0% {transform:translateX(-100%);}
  100% {transform:translateX(100%);}
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(0, -4em);
  }
}

header a img {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0;
}

/* FF7563 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    bottom: -0.1rem;
  }
  100% {
    bottom: -0.4rem;
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    bottom: -0.1rem;
  }
  100% {
    bottom: -0.9rem;
  }
}
.footer {
  top: auto;
  bottom: 0;
}
.footer {
  background: rgba(28, 19, 41, 1);
  opacity: 0.85;
}
.footer p {
  line-height: 1.1rem;
  font-size: .34rem;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  height: 5.333333rem;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  min-height: 100%;
}
.swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.24rem;
  background: rgba(221, 221, 221, 1);
  border-radius: 50%;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.133333rem;
}
.swiper-pagination-bullet-active {
  background: #ff38b0;
}
.name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.906667rem 0.32rem;
  height: 11.466667rem;
  position: relative;
}
.name .pic {
  display: block;
  width: 2.133333rem;
  height: 2.133333rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  -webkit-animation: scale 1.5s infinite;
  animation: scale 1.5s infinite;
}
.name span img {
  width: 100%;
  min-height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.name ul li {
  position: absolute;
}
.name ul .name1 {
  left: 2.88rem;
  top: 0.96rem;
}
.name ul .name2 {
  left: 6.373333rem;
  top: 1.866667rem;
}
.name ul .name3 {
  right: 0.4rem;
  top: 5.413333rem;
}
.name ul .name4 {
  right: 3.253333rem;
  top: 7.813333rem;
}
.name ul .name5 {
  left: 0.373333rem;
  top: 3.666667rem;
}
.name ul .name6 {
  left: 1.133333rem;
  top: 7.04rem;
}
.name ul li p {
  text-align: center;
  font-size: 0.373333rem;
  color: #ff38b0;
  margin-top: 0.24rem;
  font-weight: 500;
}
.name ul li p:after {
  content: "";
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  vertical-align: middle;
}
.countDown {
  position: absolute;
  top: 4.9rem;
  left: 3.493333rem;
}
#timer {
  width: 3.013333rem;
  height: 1.626667rem;
}
.timer_des {
  font-size: 0.36rem;
  color: #ff38b0;
  font-weight: 500;
  margin-top: 0.16rem;
  text-align: center;
}
#timer span {
  display: inline-block;
  font-size: 0.64rem;
  color: #ff0054;
  font-weight: 600;
  width: auto;
  height: auto;
  margin: 0.4rem 0 0 0.51rem;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.266667rem;
}
.fake_com_tit {
  height: 0.9rem;
}
.com_tit {
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.453333rem;
  font-weight: 600;
  color: rgba(32, 32, 32, 1);
}
.com_tit:before {
  content: "";
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/title_icon_single@2x.png) no-repeat 0 / contain;
  vertical-align: top;
  margin-right: 0.106667rem;
}
.com_tit:after {
  content: "";
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/icon_right_black@2x_1.png) no-repeat 0 / contain;
  vertical-align: top;
  margin: 0 0.106667rem 0 0.1rem;
}

.single .com_tit {
  margin: 0.333333rem 0;
}

.chat {
  padding: 1.466667rem 0.32rem 0;
  margin-top: 1.8rem;
}
.chat .com_tit {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.chat .com_tit:before {
  background-image: url(../images/title_icon_privacy@2x.png);
}
.chat ul li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.chat ul li .type_icon {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0 10px 10px 0;
  font-size: 0.2rem;
  color: #fff;
  background: linear-gradient(to right, #fe785e, #ff3792);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.chat ul li .type_icon img {
  width: 0.3rem;
  height: 0.3rem;
}
.chat ul .img1 {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 10px;
  float: left;
}
.chat ul .img2,
.chat ul .img3,
.chat ul .img4 {
  width: 3rem;
  height: 3rem;
  float: right;
}
.chat ul .img4 {
  margin-top: 0.133333rem;
}
.chat ul .img3 {
  margin-top: 0.2rem;
}
.chat ul .img5,
.chat ul .img6 {
  float: left;
  width: 3rem;
  height: 3rem;
  margin-top: 0.133333rem;
}
.chat ul .img5 {
  margin: 0.133333rem 0.16rem 0 0;
}
/* .chat ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, -1.19)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, -1.19) 100%);
} */
.chat ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.106667rem 0.133333rem 0.106667rem 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  z-index: 10;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  /* background: url(../images/privacy_icon_file@2x.png) no-repeat 5px center; */
  /* background-size: auto 100%; */
}

.chat ul li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.more a {
  -webkit-animation: scale1 1s infinite;
  animation: scale1 1s infinite;
  display: block;
  width: 7.733333rem;
  height: 1.173333rem;
  line-height: 1.173333rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 46, 164, 1)), to(rgba(255, 122, 75, 1)));
  background: linear-gradient(90deg, rgba(255, 46, 164, 1), rgba(255, 122, 75, 1));
  border-radius: 0.586667rem;
  -webkit-border-radius: 0.586667rem;
  -moz-border-radius: 0.586667rem;
  -ms-border-radius: 0.586667rem;
  -o-border-radius: 0.586667rem;
  font-size: 0.48rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 0.906667rem auto 0.5rem;
}
@-webkit-keyframes scale1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  width: 100%;
  height: 100%;
  max-width: 10rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.layer .con {
  border-radius: 0.2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -3.733333rem 0 0 -4rem;
  width: 8rem;
  height: 7.466667rem;
  background: #c12e4a no-repeat 0 / cover;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
.layer .con .pic {
  display: block;
  width: 3.466667rem;
  height: 3.466667rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, -1.51)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, -1.51) 100%);
  border-radius: 0.186667rem;
  -webkit-border-radius: 0.186667rem;
  -moz-border-radius: 0.186667rem;
  -ms-border-radius: 0.186667rem;
  -o-border-radius: 0.186667rem;
  overflow: hidden;
  margin: 0.933333rem auto 0.46rem;
}
.layer .con .pic img {
  width: 100%;
  min-height: 100%;
}
.layer .con p {
  font-size: 0.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 0.64rem;
  text-align: center;
}
.layer .con a {
  display: block;
  position: relative;
  width: 6.4rem;
  height: 1.173333rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.586667rem;
  -webkit-border-radius: 0.586667rem;
  -moz-border-radius: 0.586667rem;
  -ms-border-radius: 0.586667rem;
  -o-border-radius: 0.586667rem;
  -webkit-box-shadow: 0 0.066667rem 0.32rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.066667rem 0.32rem 0 rgba(0, 0, 0, 0.1);
  line-height: 1.173333rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 600;
  color: #ff38b0;
  margin: 0.4rem auto 0;
}
.layer .con a::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  bottom: -0.5rem;
  width: 1.066667rem;
  height: 1.066667rem;
  animation: bounce 1s infinite linear;
  -webkit-animation: bounce 1s infinite linear;
}
.iosLayer .con .pic {
  width: 2rem;
  height: 2rem;
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
}
.alert-box {
  position: absolute;
  width: 86%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f9f9f9;
  height: auto;
  padding: 3%;
  border-radius: 0.066667rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close-btn {
  width: 0.533333rem;
  height: 0.533333rem;
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 3;
  background: url(../images/c_lose.png) no-repeat center;
  background-size: 100% auto;
  display: block;
}
.alert-btn {
  z-index: 10;
  width: 100%;
  margin: 0.133333rem auto;
  height: 0.213333rem;
  line-height: 0.213333rem;
  background: #0093ff;
  position: relative;
  border-radius: 0.133333rem;
}
.color-bar {
  z-index: 12;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 0.133333rem;
}
.top-bar {
  z-index: 15;
  background: #0093ff;
  width: 1%;
}
.buttom-bar {
  background: #b8b8b8;
}
.text-bar {
  display: block;
  z-index: 16;
  color: #fff;
  text-decoration: none;
}
.now-download {
  width: 100%;
  color: #999;
  margin-bottom: 0.133333rem;
}
[data-dpr="1"] .now-download {
  font-size: 14px;
  line-height: 20px;
}
[data-dpr="2"] .now-download {
  font-size: 28px;
  line-height: 40px;
}
[data-dpr="3"] .now-download {
  font-size: 42px;
  line-height: 60px;
}
.msg {
  color: #ff594c;
  font-size: 0.16rem;
  line-height: 0.266667rem;
  text-align: Justify;
  padding-bottom: 0.133333rem;
  display: none;
}
.change {
  width: 80%;
  margin: 2% 0 0 10%;
  background: #0093ff;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  border-radius: 0.066667rem;
  display: inline-block;
}
[data-dpr="1"] .change {
  font-size: 14px;
}
[data-dpr="2"] .change {
  font-size: 28px;
}
[data-dpr="3"] .change {
  font-size: 42px;
}
.course_pic img {
  width: 100%;
}
.js_pop {
  cursor: pointer;
}
/* 滚动内容 */
.scroll-content {
  margin: 0.6rem 0.32rem;
  height: 3.58rem;
  overflow: hidden;
  background: url("../images/bg@2x.png") 0 0 no-repeat;
  background-size: 100% 100%;
  color: #333333;
  font-size: 0.28rem;
}
.myscroll {
  height: 2.2rem;
  line-height: 26px;
  margin: 0.3rem 0.2rem;
  overflow: hidden;
}
.scroll-content h4 {
  margin: 0.3rem auto;
  color: #333333;
  font-size: 0.34rem;
  text-align: center;
}
.scroll-content h4 span {
  font-weight: bold;
  font-size: 0.62rem;
  color: #ff435d;
}
.myscroll li {
  display: flex;
  height: 22px;
  margin: 0 auto;
  justify-content: space-between;
  overflow: hidden;
}
.scroll-content ul li .left {
  width: 1.2rem;
}
.scroll-content ul li .center {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scroll-content ul li .right {
  width: 2.4rem;
}
.scroll-content ul li .text-red {
  color: #ff435d;
}
.single-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-list li {
  position: relative;
}
.single-list li img {
  width: 4.66rem;
  height: 4.66rem;
}
.single-list li .top {
  position: absolute;
  top: 0.24rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.single-list li .type1 {
  width: 1.16rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.22rem;
  color: #fff;
  background: linear-gradient(to right, #fe785e, #ff3792);
  border-radius: 0 10px 10px 0;
  text-align: center;
}
.single-list li .type2 {
  margin-right: 0.14rem;
  width: 0.8rem;
  height: 0.36rem;
}
.single-list li .user-box {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 0.1rem 0.16rem;
}
.single-list li .user-box .user {
  max-width: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-list li .user-box .sex {
  width: 0.6rem;
  height: 0.3rem;
  padding: 0 0.02rem;
  line-height: 0.3rem;
  background-color: #ff90af;
  border-radius: 4px;
  font-size: 0.22rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.single-list li .user-box .sex img {
  width: 0.2rem;
  height: 0.2rem;
}
.single-list li .line {
  line-height: 0.8rem;
  width: 100%;
  color: #999999;
}
.single-list li .user-box .address {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 1.1rem; */
  padding: 0 .1rem;
  height: 0.32rem;
  font-size: 0.24rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
.single-list li .user-box .address img {
  width: 0.24rem;
  height: 0.24rem;
}
footer {
  background: linear-gradient(90deg, rgba(255, 60, 151, 1), rgba(255, 122, 94, 1));
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 0.28rem;
  margin: 0.4rem 0.24rem 0.3rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}
.boot {
  height: 1px;
}
.footer a {
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 60, 151, 1), rgba(255, 122, 94, 1));
}
.footer button {
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 60, 151, 1), rgba(255, 122, 94, 1));
}
.video-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  padding: 1px 0 0 0;
}
.video-container .video-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.45rem 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.7rem;
  color: #ffffff;
  background: url('../images/live_top_bg.png')  center / 100% 100% no-repeat;
}
.video-container .video-header-left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 6rem;
}
.video-container .video-header-left .avatar {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  overflow: hidden;
}
.video-container .video-header-left .user-name {
  font-size: 0.4rem;
  max-width: 3.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-container .video-header-left .pinglun {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container .video-header-left .pinglun img {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 0.15rem;
}
.video-container .video-header-left .number {
  color: #ff4356;
}
.video-container .video-header-left .care {
  width: 0.84rem;
  height: 0.84rem;
}
.video-container .video-header-left .care img {
  width: 100%;
  height: 100%;
}
.video-container .video-header-right {
  width: 1.08rem;
  height: 1.08rem;
}
.video-container .video-header-right img {
  width: 100%;
  height: 100%;
}
.video-content {
  position: absolute;
  top: 2.1rem;
  right: 0.24rem;
  width: 2.6rem;
  height: 3rem;
  background: rgba(0, 0, 0, 1);
  opacity: 0.2;
  border-radius: 10px;
  text-align: center;
}
.video-content p {
  text-align: center;
  color: #ffffff;
}
.video-content .video-icon {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0.22rem auto;
}
.video-text {
  width: 8.4rem;
  height: 1.32rem;
  margin: 0.6rem auto;
  text-align: center;
  line-height: 1.32rem;
  background: linear-gradient(90deg, rgba(255, 60, 151, 1), rgba(255, 122, 94, 1));
  border-radius: 44px;
  font-size: 0.34rem;
  color: #ffffff;
}
.video-footer {
  padding: 0 0.36rem;
  width: 100%;
  height: 4.1rem;
  margin-top: -0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background: url('../images/live_bottom_bg.png') no-repeat 0 0 / 100% 100%;
}
.video-footer .video-footer-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-footer .video-btn {
  width: 4.28rem;
  height: 1.08rem;
  line-height: 1.08rem;
  background: rgba(0, 0, 0, 1);
  opacity: 0.2;
  border-radius: 35px;
  padding: 0 0.24rem;
}
.video-footer .tiaodou {
  width: 1.9rem;
  height: 1.08rem;
}
.video-footer .gift {
  width: 1.08rem;
  height: 1.08rem;
}
.video-footer .voice {
  width: 1.08rem;
  height: 1.08rem;
}
.video-header1 {
  top: 0.26rem;
  position: absolute;
  display: flex;
  padding: 0 0.3rem;
  color: #ffffff;
  align-items: center;
}
.video-header1 .header1-avatar {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.2rem;
}
.header1-name {
  font-size: 0.48rem;
  font-weight: bold;
  color: #ffffff;
}
.video-footer1 {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
}
.video-footer1 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.24rem;
}
.video-footer1 ul li {
  width: 1.08rem;
  height: 1.08rem;
}
.video-footer1 ul li img {
  width: 100%;
  height: 100%;
}
.holding {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.holding img {
  width: 2.1rem;
  height: 1.2rem;
  margin-top: 0.3rem;
}
.dialog {
  position: fixed;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.dialog .close_icon {
  position: absolute;
  top: .2rem;
  right: .2rem;
  width: .7rem;
  height: .7rem;
  background: url('../images/c_lose.png') no-repeat 0 0 / 100% 100%;
}
.dialog .dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.4rem;
  height: 8rem;
  background: url('../images/pop_bg.png') no-repeat 0 0;
  background-size: cover;
  border-radius: 10px;
  z-index: 210;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.dialog .dialog-content img {
  width: 2.4rem;
  height: 2.4rem;
}
.dialog .dialog-content .dialog-btn {
  width: 5rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:44px;
  background-color: #fff;
  font-size: .36rem;
  color: #FF435D;
}
.dialog .dialog-content .dialog-btn img {
  width: .8rem;
  height: .8rem;
}
.dialog-content-center {
  margin: .6rem auto;
}
.video-box {
  position: relative;
  margin: 2.6rem auto 0;
  width: 100%;
  min-height: 8rem;
}
.video-btn-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: url('../images/play.png')  center / 100% 100% no-repeat;
}
.video-box video {
  object-fit: fill;
  width: 100%;
}
.video-mast {
  width: 100%;
  min-height: 8rem;
  margin: 2.6rem auto 0;
  background: #000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  padding: 1px;
}
.video-mast p {
  margin: .06rem auto;
  font-size: .4rem;
}
.video-mast-btn {
  width: 3rem;
  height: .68rem;
  line-height: .68rem;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FF435D;
}

.alertImgMask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 30;}
.alertImgMask .rel img{
    width: 9rem;
    height: 5.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.8;
    transform: translate(-50%, -50%);
}
.alertImgMask .rel{
    width: 100%;
    height: 100%;
    position: relative;
}
.beforeClose{display:none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 30;}
.beforeClose .rel img{
    width: 9rem;
    height: 5.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.8;
    transform: translate(-50%, -50%);
}
.beforeClose .rel{
    width: 100%;
    height: 100%;
    position: relative;
}
.beforeClose .rel .yes{
    width: 2rem;
    height: 3rem;
    position: absolute;
    left: 62%;
    top: 58%;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.beforeClose .rel .no{
    width: 2rem;
    height: 3rem;
    position: absolute;
    left: 35%;
    top: 58%;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.qrcode-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

