html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.video-wrap {
  display: inline-block;
  position: relative;
  width: 48%;
  margin: 1%;
  vertical-align: top;
}
.res-tag {
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #ecf5ff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409eff;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
video {
  width: 100%;
  background: #69696938;
}
.rong-container {
  background: #333;
  min-height: 100%;
  min-width: 1400px;
}
.rong-container .rong-title {
  margin: 0;
  padding: 35px 0 10px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.rong-container .rong-login-box {
  width: 100%;
  border-bottom: 1px solid #333;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
.im-wrap {
  width: 300px;
}
.rtc-wrap {
  width: 500px;
}
.im-wrap, .boundary-line, .rtc-wrap, .rejoin-line {
  display: inline-block;
}
.input-wrap {
  position: relative;
  height: 130px;
}
.arrow {
  display: block;
}
.im-wrap .arrow, .rtc-wrap .arrow {
  color: #fff;
}
.input-wrap .vertical-arrow, .rtc-wrap .vertical-arrow {
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  top: 80px;
  left: 50%;
}
.boundary-line, .rejoin-line {
  position: relative;
  width: 200px;
  color: #fff;
}
.boundary-line .tips, .rejoin-line .tips {
  position: relative;
  width: 300px;
  color: red;
  font-size: 15px;
  top: 20px;
}
.boundary-line .left-horizontal-arrow, .rejoin-line .left-horizontal-arrow {
  position: absolute;
  left: -80px;
  bottom: -5px;
}
.boundary-line .right-horizontal-arrow {
  position: absolute;
  width: 250px;
  bottom: 650px;
  left: 148px;
}
.rejoin-line .right-revert-horizontal-arrow {
  position: absolute;
  width: 250px;
  bottom: 516px;
  right: 43px;
}
.boundary-line .vertical-arrow {
  transform: rotate(-90deg);
  position: absolute;
  width: 660px;
  bottom: 320px;
  right: -282px;
}
.rejoin-line .vertical-short-arrow {
  transform: rotate(-90deg);
  position: absolute;
  width: 600px;
  bottom: 254px;
  right: -252px;
}
.rtc-wrap {
  margin-left: 20px;
}
.rejoin-line {
  margin-left: -85px;
}
.rong-container .rong-login-box .rong-input {
  border-radius: 2px;
}
.rong-container .rong-login-box input {
  width: 150px;
  height: 38px;
  margin: 6px;
  border: none;
  padding-left: 10px;
}
.rong-login-box input[type="button"]:enabled {
  cursor: pointer;
}
.rong-input#token {
  width: 300px;
}
.rong-input#setRoomListener {
  width: 220px;
}
.rong-container .rong-login-box .active{
  width: 150px;
  height: 40px;
  border-radius: 2px;
  background: #4285F4;
  border: none;
  color: #fff;
  box-shadow: 1px 1px 6px #00000069;
}
.rong-container .rong-login-box .success{
  background: #38c327;
  color: #fff;
}

.rong-container .rong-login-box input {
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  box-shadow: 0 10px 22px #00000069;
}
.rong-liveurl-box {
  width: 90%;
  margin: 0 auto;
  color: white;
  overflow: auto;
  word-break: break-word;
}
.rong-container #rong-video-box {
  width: 100%;
  text-align: left;
}
.rong-container .rong-logs {
  border-top: 1px solid #333;
}
.rong-container .rong-hide {
  display: none;
}
*{
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
 }