body {
  height: 100%;
  background: url('../img/m_bg.png') repeat center;
  background-size: 100% 100%;
}
.page_content {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.logo {
  margin-top: .65rem;
  width: calc(100% - 1.6rem);
  margin: 0.65rem auto 0;
}
.title {
  display: block;
  margin: auto;
  width: calc(100% - 1.6rem);
  margin-top: 1.35rem;
}
.page_content .meet_con {
  width: calc(100% - 0.8rem);
  background-color: rgba(255, 255, 255, .75);
  border-radius: 0.1rem;
  padding: 0.59rem 0.5rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
  margin: 0.8rem auto 0;
  position: relative;
}
.meet_left {
  /* float: left;
  width: 950px;
  margin-right: 60px; */
}

.live_logo {
  /* display: block;
  margin: auto; */
  /* position: absolute;
  right: 54px;
  top: 0;
  bottom: 0;
  margin: auto; */
  width: 1rem;
}
.meet_con .time {
  color: #a42224;
  font-weight: bold;
	font-size: 0.48rem;
  margin-bottom: 0.6rem;
}
.meet_con .time_1 {
  margin-bottom: 0;
}
.guest_con .guest_label {
  float: left;
}
.guest_con .guest_cn {
  float: left;
  width: 100%;
  font-size: 0.52rem;
  margin-bottom: 0.3rem;
  text-align: left;
  margin-top: 0.6rem;
}
.guest_en {
  width: 100%;
  font-size: 0.5rem;
  margin-bottom: 0.3rem;
  text-align: left;
}
.link_con {
  margin-top: 14px;
}
.link_label {
  margin-bottom: 2px;
}
.link_con a {
  color: #a52224;
}
.guide {
	border-radius: 5px;
	border: solid 1px #d8681b;
  font-size: 16px;
  background-color: rgba(255, 255, 255, .5);
  color: #d8681b;
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 17px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 10px;
}

.meet_number {
  display: inline-block;
  margin-right: 43px;
  margin-top: 18px;
}
.password {
  display: inline-block;
}

.page_content .footer {
  margin-top: 0.84rem;
  padding-bottom: 20px;
}
.footer img {
  display: block;
  width: calc(100% - 0.7rem);
  margin: auto;
}
.join_btn {
  display: inline-block;
  background-color: #d8681b;
  text-align: center;
  color: #fff;
  font-size: 0.48rem;
  width: 5.6rem;
  height: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 0.6rem;
}
.meet_level {
  /* display: inline; */
  color: #a42224;
  font-weight: bold;
	font-size: 0.48rem;
}
.user_info2{
  position: relative;
}
.user_info2 ul {
  /* position: absolute;
  right: 0;
  top: 50px;
  width: 150px;
  z-index: 123;
  box-shadow: 0px 1px 10px #999; */
  display: none;
  color: #fff;
}
.user_info2 .user-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user_info2 ul li {
  height: 40px;
  line-height: 30px;
  background-color: #f5f5f5;
  padding: 5px 0 5px 8%;
  text-align: left;
}
.user_info2 ul li a {
  color: #fff;
  margin-left: 0.4rem;
  margin-right: 0.2rem;
}
.user_info2 ul li a img {
  float: none;
  vertical-align: middle;
  padding-right: 0.1rem;
}
.user_info:hover .user_actions{
  display: block;
}

.user_info {
  display: flex;
  align-items: center;
  font-size: 0.4rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin-top: 0.3rem;
  float: right;
}
.user_info2{
  display: flex;
  align-items: center;
  font-size: 0.4rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin-top: 0.3rem;
  float: right;
}
.user_info2 img{
  margin-left: 10px;
}
.user_info a {
  color: #fff;
}
.user_info .name {
  margin-right: 0.2rem;
}