/*秀场样式........................*/
/*秀场首页样式....................*/
.showContent{
	width: 100%;
	background:#f5f5f5;
}
.taskBanner{
	height: 300px;
	width: 1170px;
	margin:0 auto;
	}
.taskBanner .carousel .carousel-inner .item img{
	height: 300px;
	width: 100%;
}
.hotcountry{
	width: 1170px;
	/*height: 380px;*/
	overflow: hidden;
	background:#ffffff;
	margin: 20px auto;
	padding:18px 22px 30px 22px;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.25);
	transition:height 0.2s;
	
}
.hotcountry .hottxt div{
	color:#4a4a4a;
}
.hotcountry .hottxt div:nth-child(1){
	font-size:16px;
	margin-left: 10px;
}
.hotcountry .hottxt div:nth-child(3){
	font-size:14px;
}
.hotcountry .lookMore{
	width: 16px;
	height: 6px;
	margin:7px 17px 0 15px;
	background: url(../image/showImg/moreIcon.png);
	background-repeat: no-repeat;
	background-size: cover;	

}
/*国家列表样式........................*/
.livecountry{
	transition: height 0.2s;
}

.hotcountry ul li{
	float: left;
	width:167px;
	height:140px;
	background:#f5f5f5;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.14);
	margin:10px;
	cursor: pointer;
}
.hotcountry ul li p{
	line-height: 36px;
	font-size:14px;
	color:#4a4a4a;
	margin-left: 10px;
}
.hotcountry ul li .cityImg{
	width: 167px;
	height: 103px;
}
.hotcountry ul li div img{
	margin:8px;
}
.lefttopIcon{
	position: absolute;
	top: -1px;
	left: 0;
	width: 32px;
	height: 18px;
	background: url("../image/otherBoxIcon.png") no-repeat;
	border: 0;
}
/*直播列表样式................................*/

.showLive{
	width: 1170px;
	margin:20px auto;
	background: #fff;
	padding:22px;
}
.countryShow .liveTxt,
.showLive .liveTxt{
	height: 40px;
	line-height: 40px;
}
.countryShow .newRoom,
.showLive .newRoom{
	width: 125px;
	height: 34px;
	color:#fff;
	position: absolute;
	right: 0;
	top:20px;
	line-height: 34px;
	background: url("../image/userRelease.png") no-repeat;
	background-size: cover; 
	box-shadow:6px 3px 15px -2px rgba(179,54,54,0.57);
}
.countryShow .newRoom span,
.showLive .newRoom span{
	margin-left: 50px;
}
.liveTxt div:nth-child(1){
	margin-left: 10px;	
}
.countryShow ul li,
.showLive ul li{
	float: left;
	width:540px;
	height:133px;
	margin: 5px 10px;
	background:#f5f5f5;
	cursor:pointer;
	border:1px solid #ededed;	
}
.countryShow .liveImg,
.showLive .liveImg{
	width:94px;
	height:94px;
	margin:16px;
	overflow: hidden;
	border:5px solid #ffffff;
	box-shadow:0px 0px 4px 0px rgba(0,0,0,0.50);
	border-radius:100px;
}
.countryShow .liveImg div,
.showLive .liveImg div{
	height: 94px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.countryShow ul li div h5,
.showLive ul li div h5{
	width: 220px;
	height: 32px;
	line-height: 32px;
	margin-top: 0;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.countryShow ul li .liveContent,
.showLive ul li .liveContent{
	width: 370px;
	margin-right: 20px;
}
.countryShow ul li .liveContent div:first-child h4,
.countryShow ul li .liveContent div:first-child p,
.showLive ul li .liveContent div:first-child h4,
.showLive ul li .liveContent div:first-child p{
	line-height: 70px;
	margin-top: 0;
}
.countryShow ul li .liveContent div:first-child p span,
.showLive ul li .liveContent div:first-child p span{
	margin-right:5px;
	line-height: 22	px;
	font-size:12px;
	color:#26b494;
	background: #fff;
	padding: 0 8px;
}
.countryShow ul li .liveContent div:first-child h4,
.showLive ul li .liveContent div:first-child h4{
	font-size:16px;
	color:#4a4a4a;
}
.countryShow ul li .liveContent div:last-child p,
.showLive ul li .liveContent div:last-child p{
	line-height: 32px;
	font-size: 12px;
}
.countryShow ul li .liveContent div:last-child h5,
.showLive ul li .liveContent div:last-child h5{
	font-size:14px;
	color:#4a4a4a;
}.countryShow ul li .liveContent div:last-child p .userNumber,
.showLive ul li .liveContent div:last-child p .userNumber{
	font-size:30px;
	color:#ed0f00;
	margin:0 5px;
}
/*国家秀区筛选显示.........................*/
.countryShow{
	width: 1170px;
	margin:20px auto 0px;
	background: #fff;
	padding:22px;
}
.countryTop{
	width:1170px;
	height:150px;
	background:#ffffff;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.25);
	margin: 80px auto 0px;
	padding:15px;
}

.countryTop div:first-child img{
	width: 177px;
	height: 117px;
}
.isNine{
	width: 900px;
	margin-right: 45px;
}
.isNine input[type=text]{
	width: 830px;
	height: 40px;
	padding-left: 20px;
	margin-right: -5px;
	border:1px solid #f76b1c;
}
.isNine input[type=button]{
	width:60px;
	height:40px;
	border: 0;
	background:#f76b1c url("../image/orderS.png") no-repeat;
	background-position: center center;
}
.showTime{
	margin-top: 45px;
}
.showTime span{
	display: inline-block;
	padding:  0 23px 0 17px;
	border:1px solid #9b9b9b;
	line-height: 30px;
	cursor:pointer;
	font-size:12px;
	color:#666666;
}
.showTime span:hover{
	background: #fff;
	border:1px solid #f76b1c;
	color:#f76b1c;
}
.showTime .screen:hover,
.showTime .screen{
	 background:#f76b1c;
	 color: #fff;
	 border-color:#f76b1c;
}
.showTime .screen:hover i,
.showTime .screen i{
	background: url("../image/showImg/baitop.png") no-repeat;
}
.showTime span:hover i{
	background: url("../image/showImg/yellowtop.png") no-repeat;
}
.showTime span i{
	display: block;
	width: 15px;
	height:15px;
	position: absolute;
	top: 6px;
	right: 7px;
	background: url("../image/showImg/blacktop.png") no-repeat;
	background-position: center center;  
}
.hotTopic{
	width: 350px;
	font-size:16px;
	color:#4a4a4a;
	margin-top: 50px;
}

.hotType{
	margin-left: 30px;
}
.hotType div{
	float: left;
	width: 1px;
	height: 20px;
	background:#d8d8d8;
	margin:0 15px;
}
.hotType .borderP{
	color:#f76b1c;
	border:1px solid #f76b1c;	
}
.hotType p{
	float: left;
	padding:0 10px;
	cursor: pointer;	
	background:#ffffff;
	font-size: 14px;
	color:#4a4a4a;
	
}
.hotIcon{
	width: 37px;
    height: 37px;
    position: absolute;
    top: -22px;
    left: 64px;
    background: url(../image/hoticon.png) no-repeat;
}
.hotIcon{
	width: 37px;
}
/*秀场主页正在通话样式................*/
.showing{
	width: 1140px;
	margin:0 auto;
}
.showingTop{
	height:50px;
	background:#3677ba;
	position: relative;
	z-index: 666;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.25);
}
.showingTop span,
.showingTop p{
	display: inline-block;
	line-height: 50px;
	color: #fff;
	margin:0;
	font-size: 16px;
}
.showingTop div:nth-child(1) img{
	margin:9px 0 0 28px;
}
.showingTop div:nth-child(2){
	width:1px;
	opacity: 0.5;
	height:45px;
	background: #fff;
	margin:2.5px 48px 0 28px;
}
.showingTop div:nth-child(3) span{
	font-size: 16px;
}
.showingTop div:nth-child(3) img{
	margin-left: 60px;
	margin-top: -3px;
}
.showingTop div:nth-child(4){
	margin-right: 50px;
}
.showingTop div:nth-child(4) span{
	border:1px solid #ffffff;
	border-radius:3px;
	padding:0 10px;
	line-height: 22px;
	font-size: 12px;
	margin:14px 5px 0 5px; 
}


/*秀场开始......*/
/*房主访客姓名列表样式...*/
.showingStart{
	/*width: 1140px;*/
	height:900px;
	clear:both;
	background:url(../image/showImg/showingbg.png) no-repeat;
	background-size: cover;
}
.showingName{
	height: 230px;
	border-bottom: 1px solid #fff;

}
.showLogo{
	width: 250px;
	height: 230px;
}
.showLogo img{
	display: block;
	width: 100px;
	height: 100px;
	margin:40px auto 0;
	border-radius:10px; 
}

.showLogo p{
	display:block;
	width: 200px;
	z-index: 666;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin: 24px auto 0;
	font-size: 14px;
}
.nameList{
	width: 880px;
	height: 200px;
	padding-left: 20px;
	margin-top:15px;
}
.nameList ul{
	overflow: hidden;
}
.nameList ul li{
	float: left;
	position: relative;
	margin-top: 32px;
	width: 120px;
	height: 65px;
}
.nameList ul li section{
	width: 40px;
	height: 40px;
	margin:0 auto;
	overflow: hidden;
	border:2px solid #ffffff;
	border-radius: 50%;
}
.nameList ul li div{
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
}
.nameList ul li p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}
.nameList ul li img{
	position: absolute;
	left: 0;
	top:11px;
}
.iskong{
	width: 250px;
	height: 670px;
	border-right: 1px solid #fff;
}


/*语音通话样式及设置样式显示*/
.callingBox{
	width:830px;
	height:381px;
	margin:70px 0 0 28px;
	background:rgba(255,255,255,0.20);
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.10);
	border-radius:15px;
	color: #fff;
	
}
.calling{
	overflow: hidden;
	width:785px;
	height:330px;
	margin:25px  0 25px 25px;
}
.callingBox ul{
	clear: both;
	overflow: hidden;
}
.callingBox ul li{
	position: relative;	
	height: 35px;
	margin-bottom: 30px;
	line-height: 35px;
}
.callingBox ul li section{
	width:35px;
	height:35px;
	float: left;
	overflow: hidden;
	border:2px solid #ffffff;
	border-radius: 50%;
}
.callingBox ul li section div{
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
}
.callingBox ul li div .callname{
	font-size: 14px;
	margin:0 30px 0 20px;
}
.callingBox ul li div .answer,
.callingBox ul li div .hangUp{
	display: inline-block;
	width:68px;
	height:20px;
	font-size:12px;
	text-align:center;
	line-height: 20px;
	border-radius:3px;
	color:#d92d42;
	background:rgba(255,255,255,.6);
	box-shadow:0px 0px 3px 0px #357686;
	cursor:pointer;
}
.callingBox ul li div .answer{
	margin-right:20px;
}
.showwhat{
	margin-right: 30px;
}
.callingBox ul li div:nth-child(3){
	margin-right: 50px;
}

.callingBox ul li div:nth-child(3) img{
	cursor:pointer;
	margin-right: 40px;
}	
.showtype{
	opacity: 0.8;
	height: 61px;
	width: 98px;
	position: absolute;
	right: 170px;
	top: 2px;
	background:#f5f5f5;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.20);
	font-size:12px;
	color:#d0021b;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
}
.showtype p:nth-child(2){
	/*display: block;*/
	border-top:1px solid rgba(202,202,202,0.5);
}	
.showtype p{
	margin:0;
	cursor:pointer;
}
.showtype img{
	position: absolute;
	right: -11px;
	top: 5px;
}
.timerBox{
	position: absolute;
	top:300px;
	right: 0;
	width:160px;
	height:36px;
	line-height:34px;
	background:#ffffff;
	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.30);
	border-radius: 18px 0 0 18px;
	color: #000;
}
.timerBox p{
	margin:0 0 0 15px ;
	font-size:16px;
	color:#4a4a4a;
}
.timerBox p span{
	font-size:20px;
	color:#f76b1c;
}

/*新建房间弹框.......*/
.newRoomBox{
    width: 420px;
    padding-top: 30px;
    background: #FFF;
    border-radius: 5px;
    z-index: 999;
    box-shadow:  0 6px 20px 2px #333;
}
.roombox{
	width: 350px;
	margin:0 auto;
	 transition: all 0.2s;
}
.newRoomBox form {

}
.newRoomBox form ul li{
	margin-top: 30px;
}
.newRoomBox form ul li span{
	font-size:16px;
	color:#4a4a4a;
}
.newRoomBox form ul li select,
.newRoomBox form ul li input{
	width:258px;
	height:40px;
	margin-left: 10px;
	padding-left: 20px;
	background:#f2f2f2;
	font-size:14px;
	border:1px solid #dddddd;
	border-radius:5px;
}
.newRoomBox form ul li select,
.newRoomBox form ul li select option{
	cursor:pointer;
}

.newRoomBox form ul li i{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 40px;
	cursor: pointer;
	background: url("../image/showImg/addto.png");
	background-size: cover;

}
.newRoomBox form div{
	margin: 26px 0 26px 70px; 	
}
.newRoomBox form div span{
	display: inline-block;
	font-size:12px;
	padding: 0 10px;
	margin-left: 10px;
	line-height: 22px;
	border:1px solid #ddd;
	background:#ffffff;
	border-radius:3px;
	color:#f76b1c;
	 
}
.newRoomBox form input[type=button]{
	width:350px;
	height:36px;
	margin-bottom: 40px;
	font-size: 16px;
	background:#f76b1c;
	border-radius:5px;
	color:#fff;
	border:0;
}
/*关闭新建房间弹框按钮.....*/
.roomboxClose{
	width: 52px;
	height: 123px;
	position: absolute;
	top: -117px;
	right: 0;
	cursor: pointer;
	background: url(../image/closeIcon.png) no-repeat;
}
/*踢出房间提示弹框.......*/
.getOut{
	position: absolute;
	left: 50%;
	top: 50%;
    width: 400px;
    height: 360px;
    padding-top: 30px;
    background: #FFF;
    border-radius: 5px;
    z-index: 999;
    margin: -180px -200px;
    box-shadow:  0 6px 20px 2px #333;
}
.BoxEvaluateS .isP39{
    font-size:14px;
    color:#f76b1c;
    margin: 30px 0 45px 0;

}
.deleteIcon{
    width: 90px;
    height: 90px;
    margin: 30px auto 20px;
}
.getOutture{
	background:#f76b1c;
	border-radius:5px;
	width:320px;
	height:36px;
	color: #fff;
	border: 0;
}

.getOut p{
    text-align: center;  
    font-size: 20px;
}
.boxDele-top{
    margin-top: 10px;
    border-bottom: 1px solid #666;
}
.BoxEvaluateS{
    width: 320px;
    margin: 0 auto;
}
.BoxEvaluateS p{
    font-family:PingFangSC-Semibol;
    margin-top: 15px;
    text-align: center;
}
.isDHeng{
     margin: 0 auto;
     text-align: center;
}
.isDHeng span{
    font-size: 22px;
    margin: 0 20px;
}
.isDHeng img{
    margin-top: -8px;
}