@charset 'UTF-8';
/*
* @Title: 网页版聊天室
* @Author: 王晓琨
* @Date: 2019-10-25 11:52:30
 * @Last Modified by: 王晓琨
 * @Last Modified time: 2020-10-24 15:07:10
*/
.wai {
  display: table;
  width: 100%;
  height: 100%;
}
.nei {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.nei img {
  max-width: 100%;
  max-height: 100%;
}
/*重置滚动条样式*/
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 6px #fff;
}
::-webkit-scrollbar-thumb {
  background: #ece9e1;
  -webkit-box-shadow: inset 0 0 6px #ece9e1;
}
body {
  overflow-x: auto;
  overflow-y: auto;
}
.loadbox {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.loadbox .load_content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 200px;
  height: 200px;
  margin: -100px auto 0;
}
.loadbox .load_content .load_icon {
  display: block;
  width: 100%;
  height: 100%;
}
.loadbox .load_content .loading-text {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.web_room_box {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.web_room_box .web_room_c {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.web_room_box .web_room_c .web_room_wrap {
  position: relative;
  display: none;
  overflow: hidden;
  overflow-x: auto;
  width: auto;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
.web_room_box .web_room_c .web_room_wrap > .top {
  width: 100%;
  height: 60px;
  background-image: url('../../img/web/bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.web_room_box .web_room_c .web_room_wrap > .top .logo {
  display: inline-block;
  width: 328px;
  height: 48px;
  margin-left: 10px;
  vertical-align: top;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv2 {
  position: absolute;
  z-index: 60;
  top: 7px;
  right: 290px;
  display: inline-block;
  height: 60px;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv2:hover .hide_info {
  display: block;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv2 .btn {
  width: 158px;
  height: auto;
  cursor: pointer;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv2 .hide_info {
  position: absolute;
  left: -4px;
  top: 46px;
  width: 158px;
  height: 188px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  display: none;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv2 .hide_info .s_ico {
  position: absolute;
  width: 0;
  height: 0;
  left: 74px;
  top: -16px;
  border: solid 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv2 .hide_info img {
  position: absolute;
  left: 16px;
  top: 16px;
  display: block;
  width: 131px;
  height: auto;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3 {
  position: absolute;
  z-index: 60;
  top: 7px;
  right: 467px;
  display: inline-block;
  height: 60px;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3:hover .hide_info {
  display: block;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3 .btn {
  width: 158px;
  height: auto;
  cursor: pointer;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3 .hide_info {
  position: absolute;
  left: -26px;
  top: 46px;
  width: 182px;
  height: 186px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3 .hide_info .s_ico {
  position: absolute;
  width: 0;
  height: 0;
  left: 89px;
  top: -16px;
  border: solid 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3 .hide_info a {
  display: inline-block;
  width: 149px;
  height: 162px;
  text-align: center;
  cursor: pointer;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3 .hide_info a div {
  display: block;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  margin-top: 12px;
  font-weight: bold;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3 .hide_info a img {
  display: block;
  width: 112px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrapv3 .hide_info a p {
  display: inline-block;
  margin-top: 16px;
  width: 87px;
  height: 19px;
  border-radius: 30px;
  line-height: 19px;
  font-size: 12px;
  color: #fff;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap {
  position: absolute;
  z-index: 60;
  top: 7px;
  right: 290px;
  display: inline-block;
  overflow: hidden;
  width: 192px;
  height: 37px;
  text-align: center;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap .btn {
  display: inline-block;
  width: 158px;
  height: 37px;
  cursor: pointer;
  background-image: url('../../img/web/ico_1.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap .detail_wrap {
  position: absolute;
  left: -91px;
  overflow: hidden;
  width: 420px;
  height: 244px;
  text-align: center;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap .detail_wrap .content {
  position: absolute;
  top: 0px;
  width: 420px;
  height: 244px;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap .detail_wrap .content .ma {
  width: 420px;
  height: 244px;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap .detail_wrap .content .down_btn {
  position: absolute;
  bottom: 49px;
  left: 34px;
  display: block;
  width: 167px;
  height: 42px;
  cursor: pointer;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap .detail_wrap .content .down_btn2 {
  position: absolute;
  bottom: 101px;
  left: 34px;
  display: block;
  width: 172px;
  height: 67px;
  cursor: pointer;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap:hover {
  overflow: visible;
}
.web_room_box .web_room_c .web_room_wrap > .top .download_wrap:hover .detail_wrap .content {
  top: 3px;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
  transition: all 0.3s;
}
.web_room_box .web_room_c .web_room_wrap .bottom .left {
  position: relative;
  height: 100%;
}
.web_room_box .web_room_c .web_room_wrap .bottom .left .iframe_room {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.web_room_box .web_room_c .web_room_wrap .bottom .right {
  display: inline-block;
  height: 100%;
}
.web_room_box .web_room_c .web_room_wrap .bottom .right .info {
  display: inline-block;
  overflow: hidden;
  margin-top: -60px;
}
.web_room_box .web_room_c .web_room_wrap .bottom .right .info .avatar {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-top: 13px;
  margin-right: 12px;
  vertical-align: top;
  border-radius: 50%;
}
.web_room_box .web_room_c .web_room_wrap .bottom .right .info .nickname {
  display: inline-block;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap {
  position: absolute;
  z-index: 65;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.on {
  background-color: rgba(0, 0, 0, 0);
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.active {
  display: inline-block;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap .step {
  position: absolute;
  display: inline-block;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step1 {
  cursor: pointer;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step1 .step {
  bottom: 10px;
  left: 12px;
  width: 783px;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step2 {
  cursor: pointer;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step2 .left {
  position: relative;
  display: inline-block;
  width: calc(100% - 279px);
  height: 100%;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.5);
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step2 .left .step {
  position: absolute;
  top: 356px;
  right: 84px;
  width: 531px;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step2 .right {
  display: inline-block;
  width: 279px;
  height: 100%;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step2 .right .r_bg {
  width: 100%;
  height: 144px;
  background-color: rgba(0, 0, 0, 0.5);
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step2 .right .line {
  height: calc(100% - 152px);
  border: 4px solid;
  border-radius: 4px;
  border-image: linear-gradient(0deg, #fe586b, #ff9c58) 10 10;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step3 {
  cursor: pointer;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step3 .step {
  bottom: 57px;
  left: 333px;
  width: 527px;
}
.web_room_box .web_room_c .web_room_wrap .guide_wrap .step_wrap.step4 .step {
  top: 50%;
  right: 0;
  left: 0;
  width: 508px;
  margin: -144px auto;
  cursor: pointer;
}
.work_friend {
  position: relative;
  height: 100%;
}
.work_friend .wf_right {
  height: 100%;
}
.work_friend .wf_right .wf_search_box {
  width: 280px;
  margin-left: 0;
  padding: 6px 0;
  background: #fff;
  border-left: 1px solid #e6e6e6;
}
.work_friend .wf_right .wf_search_box .inpt_wrapper {
  width: 267px;
  height: 30px;
  background: #ffffff;
  border-radius: 19px;
  border: 1px solid #cccccc;
  margin: 0 auto;
}
.work_friend .wf_right .wf_search_box .inpt_wrapper .inpt {
  height: 30px;
  color: #333;
  background: #fff;
}
.work_friend .wf_right .wf_search_box .inpt_wrapper .search_btn {
  left: 16px;
  top: 8px;
  width: 15px;
  height: 15px;
  background-image: url('../../img/web/ico_11.png');
}
.work_friend .wf_right .wf_search_box .inpt_wrapper .close_btn {
  top: 8px;
  right: 16px;
  width: 15px;
  height: 15px;
  background-image: url('../../img/web/ico_12.png');
}
.work_friend .wf_right .wf_search_box .wf_search_wrapper,
.work_friend .wf_right .wf_search_box .wf_recommend_wrapper {
  border-top: 1px solid #ccc;
  height: 830px;
  top: 44px;
}
.work_friend .wf_right .wf_search_box .wf_recommend_wrapper .recommend_content {
  height: 645px;
}
.work_friend .wf_right .wf_search_box .search_bottom .search_b_btn {
  color: #fff;
  font-size: 14px;
  width: 114px;
  background: #ff930c;
  margin: 0 auto;
  border-radius: 8px;
  height: 36px;
  line-height: 36px;
}
.work_friend .wf_right .wf_content_box {
  height: 100%;
  height: calc(100% - 44px);
  border-top: none;
}
.work_friend .wf_right .wf_content_box .wf_content_wrapper {
  width: 277px;
  height: calc(100% - 39px);
}
.work_friend .wf_right .wf_content_box .wf_content_wrapper .wf_content {
  height: 100%;
}
.work_friend .wf_right .wf_content_box .wf_content_wrapper .wf_content .wf_content_item {
  height: 100%;
  padding-bottom: 0;
}
.work_friend .wf_right .wf_content_box .wf_content_wrapper .wf_content .wf_content_item .wf_c_room_b {
  height: 100%;
}
.work_friend .wf_right .wf_content_box .wf_content_wrapper .wf_content .wf_content_item .wf_c_room_b .room_content {
  overflow: hidden;
  overflow-y: scroll;
  height: calc(100% - 50px);
}
.work_friend .wf_right .wf_content_box .wf_content_wrapper .wf_content .wf_content_item.wf_content_notice .notice_empty {
  text-align: center;
  display: none;
  margin: 207px auto 0;
}
.work_friend .wf_right .wf_content_box .wf_content_wrapper .wf_content .wf_content_item.wf_content_notice .notice_empty.on {
  display: block;
}
.work_friend .wf_right .wf_content_box .wf_content_wrapper .wf_content .wf_content_item.wf_content_notice .notice_empty .empty_text {
  margin-top: 12px;
  font-size: 12px;
  text-align: center;
  color: #222222;
}
.common-confirm .title .close {
  display: none !important;
}
/*
官网的
创建游戏房间弹窗
*/
.establish_game_room_tc {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.establish_game_room_tc iframe {
  position: absolute;
  border: none;
  width: 500px;
  height: 532px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -266px;
}
