.beacon-students {
  background: #f5f5f7;
}
.beacon-students .beacon-common_tab_title {
  height: 1.04rem;
}
.beacon-students .beacon-common_tab_title h1 {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  padding-left: 0.24rem;
  position: relative;
  line-height: 1.04rem;
}
.beacon-students .beacon-common_tab_title h1:before {
  content: "";
  width: 0.08rem;
  height: 0.4rem;
  background-color: #D20F0F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.beacon-students .students-single {
  width: 6.86rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 0.16rem;
  margin: auto;
  padding: 0.24rem 0rem 0 0.24rem;
  margin-bottom: 0.16rem;
}
.beacon-students .students-single .students-single_top {
  height: 1.32rem;
  overflow: hidden;
}
.beacon-students .students-single .students-single_top .students-single_top_left {
  width: 1rem;
  height: 1rem;
  float: left;
}
.beacon-students .students-single .students-single_top .students-single_top_right {
  float: left;
  margin-left: 0.24rem;
}
.beacon-students .students-single .students-single_top .students-single_top_right .students-single_top_right_info {
  height: 0.58rem;
  display: flex;
  align-items: center;
}
.beacon-students .students-single .students-single_top .students-single_top_right .students-single_top_right_info strong {
  font-size: 0.32rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.beacon-students .students-single .students-single_top .students-single_top_right .students-single_top_right_info span {
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D20F0F;
  background: #FFF2F2;
  border-radius: 0.04rem;
  padding: 0.04rem 0.12rem;
}
.beacon-students .students-single .students-single_top .students-single_top_right .students-single_top_right_info .left_24 {
  margin-left: 0.24rem;
}
.beacon-students .students-single .students-single_top .students-single_top_right .students-single_top_right_info span:last-child {
  margin-left: 0.16rem;
}
.beacon-students .students-single .students-single_top .students-single_top_right .students-single_top_right_text {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666;
}
.beacon-students .students-single .students-single_bottom {
  width: 6.38rem;
  height: 0.64rem;
}
.beacon-students .students-single .students-single_bottom .students-single_bottom-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.24rem;
}
.beacon-students .students-single .students-single_bottom .students-single_bottom-main .students-single_bottom-main_logo {
  width: 0.4rem;
  height: 0.4rem;
}
.beacon-students .students-single .students-single_bottom .students-single_bottom-main .students-single_bottom-main_logo img {
  width: 100%;
  height: 100%;
}
.beacon-students .students-single .students-single_bottom .students-single_bottom-main .students-single_bottom-main_text {
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.beacon-students .students-single .students-single_bottom .students-single_bottom-main .students-single_bottom-main_arrow {
  width: 0.16rem;
  height: 0.16rem;
  border-top: 0.02rem solid #5656C8;
  border-right: 0.02rem solid #5656C8;
  transform: rotate(45deg);
}
.beacon-students .beacon-common_tab_more {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D20F0F;
  line-height: 0.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.18rem 0;
}
.beacon-students .beacon-common_tab_more .common_tab_more_arrow {
  width: 0.16rem;
  height: 0.16rem;
  border-top: 0.02rem solid #D20F0F;
  border-right: 0.02rem solid #D20F0F;
  transform: rotate(135deg);
  margin-left: 0.12rem;
  margin-top: -0.08rem;
}
.beacon-students .beacon-common_tab_dis {
  display: none;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #D20F0F;
}
.beacon-students .beacon-common_tab_dis .common_tab_arrow {
  width: 0.16rem;
  height: 0.16rem;
  border-top: 0.02rem solid #D20F0F;
  border-right: 0.02rem solid #D20F0F;
  transform: rotate(-45deg);
  margin-left: 0.12rem;
  margin-top: 0.08rem;
}
.alert-students-dialog {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}
.alert-students-dialog .alert_content-conatiner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.alert-students-dialog .alert_content {
  position: relative;
  margin: 0 auto;
  width: 6.84rem;
  background-image: url(https://www.beaconedu.cn/static/img/mobile/play/dialog@2x.png);
  background-size: cover;
  padding: 0 0.32rem;
  border-radius: 0.1rem;
}
.alert-students-dialog .alert_content .alert_content_img {
  width: 4.58rem;
  height: 4.58rem;
  margin: 0 auto;
  display: none;
}
.alert-students-dialog .alert_content .alert_content_img img {
  width: 100%;
  height: 100%;
}
.alert-students-dialog .alert_content .alert_content_top {
  padding-top: 1.08rem;
  overflow: hidden;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_left {
  float: left;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_left img {
  width: 1.87rem;
  height: 1.23rem;
  object-fit: contain;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_right {
  margin-left: 0.22rem;
  width: 4rem;
  float: left;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_right .alert_content_top_right_top {
  height: 0.56rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_right .alert_content_top_right_top p {
  background-image: url(https://www.beaconedu.cn/static/img/mobile/play/first@2x.png);
  height: 0.56rem;
  background-size: cover;
  font-size: 0.24rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #63440F;
  line-height: 0.26rem;
  padding-left: 0.65rem;
  padding-top: 0.15rem;
  margin-left: 0.18rem;
  padding-right: 0.06rem;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_right .alert_content_top_right_top #studentName {
  font-size: 0.44rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 0.44rem;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_right .alert_content_top_right_top_text {
  color: #D20F0F;
  height: 0.4rem;
  margin-top: 0.16rem;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_right .alert_content_top_right_top_text span {
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 0.26rem;
  padding: 0.06rem 0.12rem 0.08rem 0.14rem;
  background: #FFE0E0;
  border-radius: 0.04rem;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_right .alert_content_top_right_top_text span:nth-child(1) {
  margin-left: 0;
}
.alert-students-dialog .alert_content .alert_content_top .alert_content_top_right .alert_content_top_right_top_text .left_24 {
  margin-left: 0.24rem;
}
.alert-students-dialog .alert_content .alert_content_text {
  text-align: left;
  padding-top: 0.33rem;
  margin-bottom: 0.9rem;
  color: #333;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.36rem;
}
.alert-students-dialog .alert_content .alert_content_img {
  width: 3.16rem;
  height: 3.16rem;
}
.alert-students-dialog .alert_content .alert_content_img p {
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.36rem;
  text-align: center;
}
.alert-students-dialog .alert_content .alert_weixin {
  width: 6rem;
}
.alert-students-dialog .alert_content .alert_weixin P {
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.46rem;
  text-align: center;
}
.alert-students-dialog .alert_content .alert_weixin .copy_button {
  background-color: #D20F0F;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  width: 5rem;
  margin: 0.3rem auto;
  padding: 10px;
  border-radius: 10px;
  display: block;
  font-family: PingFangSC-Medium, PingFang SC;
  height: 0.88rem;
}
.alert-students-dialog .alert_content .alert_web {
  margin-bottom: 1.4rem;
}
.alert-students-dialog .close_info {
  display: block;
  margin: 0.3rem auto;
  width: 0.6rem;
  height: 0.6rem;
}
