body{
	background: #1c1d30;
	height: 100%;
}
/* 头部 */
.contents{
	padding-top: 90px;
	box-sizing: border-box;
    height: 100%;
	min-height: 800px;
	padding-bottom: 30px;
	background: url(/static/shanghu2/image/liveimg29.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.livetap{
	background-color: #FFFFFF;
	min-width: 1200px;
	height: 60px;
	padding: 0 32px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
}
.mengban {
    width: 100%;
    height: 100%;
    background: grey;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    opacity: 0.4;
}
.livetap .logobox{
	width: 122px;
	height: 43px;
	float: left;
	margin-top: 9px;
}
.livetap .livetitle{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333333;
	margin-left: 45px;
	float: left;
}

.inputbox .textareabox .choosemsg .selectbox .select_span{
	width: 100%;
	height: 30px;
	background: #353754;
	text-align: center;
	border-radius: 6px;
	color: #aab2bd;
	width: 100%;
	padding-right: 20px;
}


.inputbox .textareabox .choosemsg .selectbox  input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #aab2bd;
	/* placeholder字体大小  */
	font-size: 12px;
}


.livetap .livemsgbox{
	float: right;
	width: 540px;
	margin-right: 100px;
}

.livetap .livemsgbox .box{
	float: left;
	height: 60px;
	line-height: 60px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	width: 80%;
}

.txt-scroll{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.txt-scroll .scrollbox{
	width: 100%;
	white-space: nowrap;
	overflow:hidden;
	transition: all .2s;
}
.txt-scroll .txt,
.txt-scroll .txt-clone{
	display: inline;
	position: relative;
	color: #FF8A00;
}
.livetap .liveuser{
	float: right;
}
.livetap .liveuser .user1{
	margin-top: 20px;
}
.livetap .liveuser .user1 .p1{
	width: 60px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background: linear-gradient(90deg, #FF954C, #FD4A09);
	box-shadow: 0px 5px 18px 0px rgba(253, 87, 21, 0.35);
	border-radius: 11px;
	float: left;
	margin-right: 15px;
}

.livetap .liveuser .user1 .p2{
	width: 60px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #EEEEEE;
	border-radius: 11px;
	font-size: 12px;
	color: #666666;
	float: left;
}

.livetap .liveuser .user2{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin: 10px 20px 0 0;
}

.livebox{
	min-width: 1200px;
	max-width: 1850px;
	height: 100%;
	position: relative;
	margin: auto;
}
.livebox .playing{
	width: calc(100% - 375px - 65px);
	box-sizing: border-box;
	height: 100%;
	position: relative;
	padding-bottom: 70px;
}
.livebox .playing .play{
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
.livebox .playing .playteacher{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	background: #242645;
}

.livebox .playing .playteacher .img100{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	float: left;
	margin-top: 18px;
	margin-left: 25px;
}

.livebox .playing .playteacher .p1{
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	margin-top: 22px;
	margin-left: 15px;
}
.livebox .playing .playteacher .box{
	padding: 0 20px;
	height: 26px;
	line-height: 26px;
	background: #1C1D30;
	border-radius: 13px;
	text-align: center;
	display: inline-block;
	float: left;
	color: #fd9900;
	font-size: 12px;
	margin-top: 23px;
	margin-left: 10px;
    cursor: pointer;
}
/*.livebox .playing .playteacher .teachericon {*/
/*	margin-right: 40px;*/
/*}*/
.livebox .playing .playteacher .teachericon .son{
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	margin-right: 55px;
	margin-top: 23px;
}

.zb_help_content{
    width: 375px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8888;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.close_fankui {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/static/shanghu2/image/active_close.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.big_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #383838;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.scroll-box {
    position: absolute;
    top: 60px;
    left: 20px;
    right: 0;
    bottom: 20px;
    overflow-y: auto;
    padding-right: 20px;
    padding-top: 20px;
    line-height: 30px;
}
.scroll-box img{
    width: 100%;
    height:100%;
}
.livebox  .playteacher .teachericon .fx_ewm{
	width: 145px;
	height: 174px;
	background: #FFFFFF;
	border-radius: 6px;
	position: absolute;
	top: -190px;
	right: -42px;
	text-align: center;
	padding-top: 12px;
	display: none;
}

.zxkf {
	color: white;
}

.zxkf:hover{
	color: white;
}

.livebox  .playteacher .teachericon .fx_ewm .imgewm{
	width: 120px;
	height: 120px;
}
.livebox  .playteacher .teachericon .fx_ewm .fx_box{
	height: 30px;
	width: 120px;
	border-top: 1px solid #E5E5E5;
	margin: 9px auto 0;
	line-height: 28px;
}

.livebox .palytap{
	height: 100%;
	background: linear-gradient(90deg, #26294D, #434674);
	position: absolute;
	width: 65px;
	top: 0;
	right: 375px;
	bottom: 0;
}
.livebox .palytap .sonbox{
	width: 65px;
	height: 75px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-top: 16px;
	box-sizing: border-box;
	margin-top: 30px;
}

.sonactive{
	background: #54577E!important;
}

.livebox .playchoose{
	position: absolute;
	width: 375px;
	top: 0;
	right: 0;
	bottom: 0;
	background: #353754;

}
@media all and (max-width:1400px){
	.livetap .livemsgbox{
		width: 400px;
	}
}
@media all and (max-width:1200px){
    .livetap .livemsgbox{
    	width: 200px;
    }

}
.playtitle{
	font-size:20px;
	color: #FFFFFF;
	height: 45px;
	padding-left: 21px;
	box-sizing: border-box;
	line-height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #353754;
	z-index: 2;
}
.playchoose ::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.playchoose ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px #FFFFFF;
  background: #FFFFFF;
}
.playchoose ::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px #FFFFFF;
  border-radius: 10px;
  background   : #1C1D30;
}
/* 目录样式 */
.ml_box{
	height: 100%;
}

.ml_box .list{
	height: 100%;
	overflow: auto;
	padding-top: 45px;

}
.ml_box .list .box{
	height: 82px;
	padding: 0 20px;
	box-sizing: border-box;
}
.ml_box .list .box .son{
	height: 100%;
	border-bottom: 1px dashed #54577E;
	padding-top: 19px;
	position: relative;
}

.ml_box .list .box .p1 a{
	font-size: 14px;
	color: #FFFFFF;
}
.ml_box .list .box .p1 a:hover{
	color: #FFFFFF;
}
.ml_box .list .box .statebox{
	color: #B5B5FF;
	font-size: 12px;
}
.ml_box .list .box .son .img1{
	position: absolute;
	right: 10px;
	top: 48px;
}
.ml_box .list .box .son .p_btn{
	width: 70px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #A0A0A0;
	border-radius: 12px;
	font-size: 12px;
	color: #999999;
	position: absolute;
	right: 0;
	top: 47px;
}
.ml_box_active{
	background: #54577E;
}
.ml_box_active .statebox{
	color: #FF8A00!important;
}
.ml_box_active .son{
	border:none!important;
}

/* 目录结束 */

/* 讲义 */
.jy_box{
	height: 100%;
}

.jy_box .list{
	height: 100%;
	overflow: auto;
	padding: 50px 20px 0;
	box-sizing: border-box;
}
.jy_box .list .box{
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #54577E;
}
.jy_box .list .box .p1{
	width: 280px;
	line-height: 50px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
}
.jy_box .list .box img{
	margin-top: 22px;
	cursor: pointer;
}
.jy_box .no_list{
	text-align: center;
	padding-top: 100px;
	box-sizing: border-box;
}

/* 讲义结束 */

/* 纠错 */
.jc_box{
	height: 100%;
	padding-top: 50px;
}
.jc_box .list{
	height: 100%;
	position: relative;
}
.jc_box .list .box{
	height: 100%;
	overflow: auto;
	padding: 0 20px 240px 20px;
	box-sizing: border-box;
}
.jc_box .list .son{
	border-bottom: 1px dashed #54577E;
	min-height: 135px;
	padding: 20px 0 20px;
	box-sizing: border-box;
}
.jc_box .list .son .p1{
	font-size: 14px;
	color: #FFFFFF;
}
.jc_box .list .son .p2{
	font-size: 12px;
	color: #B5B5FF;
	margin-top: 10px;
}
/* 纠错结束 */


/* 笔记 */
.bj_box{
	height: 100%;
}
.bj_class{
	display: flex;
	padding-left: 20px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 45px;
	background: #353754;
	right: 0;
	z-index: 2;
}
.bj_class .ptap{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #353754;
	border-radius: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
}
.bj_p_active{
	background: #54577E!important;
}
.bj_box .list{
	height: 100%;
	position: relative;
	padding-top: 85px;
}
.bj_box .list .box{
	height: 100%;
	overflow: auto;
	padding: 0 20px 240px 20px;
	box-sizing: border-box;
}
.bj_box .list .son{
	border-bottom: 1px dashed #54577E;
	min-height: 145px;
	padding: 20px 0 20px;
	box-sizing: border-box;
}

.bj_box .list .imgbox{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}

.bj_box .list .son .msgbox .p1{
	font-size: 14px;
	color: #FFFFFF;
}
.bj_box .list .son .msgbox .p2{
	font-size: 12px;
	color: #888CBE;
	margin-top: 2px;
}
.bj_box .list .son .msgbox .p3{
	font-size: 12px;
	color: #888CBE;
	margin-top: 2px;
}

.bj_box .list .son .msgbox .p3 a{
	font-size: 12px;
	color: #888CBE;
	margin-top: 2px;
}

.bj_box .list .son .msgbox .p3 span{
	color: #1fac75;
	font-size: 12px;
	border: 1px solid #1fac75;
	padding: 0 5px;
	border-radius: 5px 5px 5px 0px;
}
.bj_box .list .son .time{
	text-align: right;
}
.bj_box .list .son .time .days{
	font-size: 12px;
	color: #B5B5FF;
}
.bj_box .list .son .p_msg{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 20px;
}
.inputbox{
	height: 240px;
	background: #353754;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 11px 0;
}
.inputbox .textareabox{
	width: 100%;
	height: 140px;
	background: #272943;
	border-radius: 6px;
	padding: 5px 10px;
	box-sizing: border-box;
}
.inputbox .textareabox .choosemsg{
	height: 30px;
}
.inputbox .textareabox .chooseimg{
	height: 40px;
}
.inputbox .textareabox .chooseimg .chosseimgbox{
	font-size: 12px;
	color: #6E729F;
	margin-top: 8px;
	cursor: pointer;
}

.inputbox .textareabox .imgbox4 .img{
	width: 25px;
	height: 25px;
	border-radius: 6px;
	float: right;
	margin-right: 10px;
	position: relative;
}
.inputbox .textareabox .imgbox4 .img .cha{
	position: absolute;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border-radius: 50%;
	top: -5px;
	right: -5px;
	text-align: center;
	line-height: 12px;
	color: #a5a5a5;
	cursor: pointer;
}
.inputbox .textareabox .choosemsg .selectbox{
	border: none;
	width: 99px;
	height: 30px;
	line-height: 30px;
	background: #353754;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.inputbox .textareabox .choosemsg  .selectbox .selectul{
	background: #FFFFFF;
	z-index: 9999;
	position: absolute;
	width: 99px;
	top: 30px;
	height: 100px;
	overflow: auto;
	background: #272943;
	display: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
input[type="file"] {
  color: transparent;
}
.inputbox .textareabox .choosemsg  .selectbox .selectul li{
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	background: #353754;
	text-align: center;
}
.inputbox .textareabox .choosemsg  .selectbox .selectul li:hover{
	background: #353754;
}
.se_xiala{
	position: absolute;
	right: 9px;
	top: 13px;
	cursor: pointer;
}

.inputbox textarea{
	width: 100%;
	height: 120px;
	background: #272943;
	/* padding: 10px; */
	box-sizing: border-box;
	font-size: 12px;
	color: #FFFFFF;
	resize:none;
	border-radius: 6px;
	border: none;
}
textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 12px;
}
textarea:focus {
     outline :  none ;
	border : 1px solid  #ccc ;/*跟进textarea背景颜色来定*/
}

.inputbox .inputboxmsg{
	color: #6E729F;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}
.inputbox .inputbtn{
	width: 170px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: linear-gradient(90deg, #FFF5E1, #FFC9A5);
	border-radius: 17px;
	cursor: pointer;
	color: #AD7200;
	font-size: 14px;
	margin: 10px auto 0;
	font-weight: 800;
}

/* 笔记结束 */
/* 提问 */
.tw_box{
	height: 100%;
}
.tw_class{
	display: flex;
	padding-left: 20px;
	height: 40px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	background: #353754;
}
.tw_class .ptap{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #353754;
	border-radius: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
}
.tw_p_active{
	background: #54577E!important;
}
.tw_box .list{
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
	padding-top: 85px;

}
.tw_box .list .sonbox{
	 padding-top: 15px;
	box-sizing: border-box;
}
.tw_box .list .tw_question .msg{
	width: 300px;
	color: #FFFFFF;
	font-size: 16px;
	height: 45px;
	overflow: hidden;
	position: relative;
}


.quanbu{
	color: #B5B5FF;
	font-size: 12px;
	background: #353754;
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 48px;
	text-align: center;
	cursor: pointer;
	height: 19px;
	line-height: 18px;
}

.hauto{
	height: auto!important;
}


.tw_box .list .tw_picture{
	margin-top: 20px;
	padding-left: 35px;
	box-sizing: border-box;
}
.tw_box .list .tw_picture .imgbox .sonimg{
	width: 37px;
	height: 37px;
	border-radius: 6px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.tw_box .list .tw_picture .timebox{
	margin-top: 7px;
	position: relative;
}
.tw_box .list .tw_picture .timebox .p_zwen{
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	left: 133px;
	cursor: pointer;
}
.tw_box .list .tw_picture .timebox img{
	float: right;
	cursor: pointer;
	margin-right: 20px;
}
.tw_box .list .tw_picture .timebox .p1{
	color: #B5B5FF;
	font-size: 12px;
	position: relative;
}
.tw_box .list .tw_reply{
	width: 100%;
	background: #272943;
	border-radius: 6px;
	margin-top: 10px;
	padding: 15px 15px 10px;
	box-sizing: border-box;
}
.tw_box .tw_reply .teacherbox{
	margin-bottom: 20px;
}
.tw_box .tw_reply .userbox{
	margin-bottom: 20px;
	position: relative;
}
.tw_box .tw_reply .userbox .bj_scbtn{
	color: #F6F6F6;
	font-size: 12px;
	position: absolute;
	right: 70px;
	bottom: 0;
}
.tw_box .tw_reply .reply_le{
	text-align: center;
	position: relative;
}
.tw_box .tw_reply .reply_le .imgbox2{
	width: 35px;
	height: 35px;
	background: #E5E5E5;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;

}
.tw_box .tw_reply .reply_le .te_name{
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
	width: 50px;
}
.tw_box .tw_reply .reply_ri{
	width: 245px;
	/*height: 65px;*/
	background: #4C4F79;
	border-radius: 6px;
	position: relative;
	padding: 13px 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
}
/* .tw_box .tw_reply .reply_ri .p3{
	letter-spacing: 2px;
} */
.tw_box .tw_reply .reply_ri .zhankai{
	position: absolute;
	right: 20px;
	width: 45px;
	background: #4c4f79;
	font-size: 12px;
	bottom: 15px;
	text-align: right;
	cursor: pointer;
	color: #b5b5ff;
}


.tw_box .tw_reply .reply_ri .imgbox3{
	margin-top: 15px;
}
.tw_box .tw_reply .teacherbox .reply_le .jiantou{
	position: absolute;
	right: -10px;
	top: 15px;
}
.tw_box .tw_reply .userbox .reply_le .jiantou{
	position: absolute;
	left: -10px;
	top: 15px;
}

.tw_box .list .tw_reply .imgbox3 .sonimg{
	width: 37px;
	height: 37px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.tw_box .list .box{
	height: 100%;
	overflow: auto;
	padding: 10px 20px 240px 20px;
	box-sizing: border-box;

}

/* 提问结束 */

.showbox{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0000008c;
	text-align: center;
	padding-top: 10%;
	display: none;
}

.showbox .showimgbox{
	position: relative;
}

.showbox2{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008c;
    text-align: center;
    padding-top: 10%;
    display: none;
}

.showbox2 .showimgbox1{
    position: relative;
}

/* 互动 */
.hd_box{
	height: 100%;
}
.hd_box .list{
	height: 100%;
}
.hd_box .list .box{
	height: 100%;
	overflow: auto;
	padding: 50px 20px 65px;
	box-sizing: border-box;
	position: relative;
}
.hd_box .list .chatbox{
	height: 65px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #353754;
	z-index: 2;
}
.hd_box .xian1{
	width: 335px;
	border-top: 1px solid #3D3F5B;
}
.hd_box .list .namebox .imgbox5{
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.hd_box .list .namebox .p1{
	font-size: 12px;
	color: #8387C9;
	margin: 8px 10px 0;
}

.hd_box .list .sonbox .msgbox{
	width: 100%;
	background: #4C4F79;
	border-radius: 6px;
	position: relative;
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 13px;
}

.hd_box .list .sonbox .msgbox .img{
	position: absolute;
	position: absolute;
	top: -6px;
	left: 35px;
}
.hd_box .list .sonbox{
	margin-bottom: 20px;
}
.hd_box .chatbox{
	padding: 0 20px;
	box-sizing: border-box;
}
.hd_input{
	width: 336px;
	height: 43px;
	background: #242645;
	border-radius: 22px;
	float: right;
	margin-top: 10px;
	position: relative;
}
.hd_input .chatimg1{
	margin: 12px 0 0 18px;
	cursor: pointer;
	float: left;
}
.hd_input .chat_input{
	border: none;
	height: 43px;
	background: #242645;
	font-size: 12px;
	color: #FFFFFF;
	box-sizing: border-box;
	margin-left: 10px;
	float: left;
	width: 170px;
	line-height: 45px;
}
.hd_input .chat_fs{
	width: 65px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
	background: #1D1F40;
	border-radius: 0px 22px 22px 0px;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
}
.gift{
	min-height: 120px;
	position: absolute;
	z-index: 1;
}
.giftbox{
	height: 55px;
	width: 315px;
	background: url(/static/shanghu2/image/liveimg23.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 10px;
}
.giftbox .giftimg{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin: 9px 0 0 20px;
	float: left;
}
.giftbox .giftname{
	float: left;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 14px;
}
.giftbox .giftname .p1{
	margin-top: 8px;
}
.giftbox .giftname .p2{
	margin-top: 3px;
}
.giftbox .giftson{
	float: right;
	margin-right: 100px;
}
.giftbox .giftson img{
	max-width: 54px;
	max-height: 54px;
	position:relative;
	animation:mymove 1.1s infinite;
	-webkit-animation:mymove 1.1s infinite;
}
@keyframes mymove{
from {left:0px;}
to {left:70px;}

}

@-webkit-keyframes mymove{
from {left:0px;}
to {left:70px;}
}
.hd_box .giftmsg{
	margin-bottom: 20px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.hd_box .giftmsg img{
	max-width: 50px;
	max-height: 50px;
	margin-left: 10px;
}

.giftlist{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 65px;
	background-color:#4C4F79;
	height: 200px;
	overflow: auto;
	padding: 5px;
	box-sizing: border-box;
	display: grid;
	justify-content: space-around;
	grid-template-columns: repeat(auto-fill,70px);


}
.live_gift_box{
	display: none;
}
.giftlist .imgbox6{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	width: 71px;
	height: 95px;
	border: 1px solid #4C4F79;
}
.giftlist .imgbox6 img{
	margin: 6px 11px 4px;
	width: 48px;
	height: 48px;
}

.giftlist .imgbox6:hover{
	background: #353754;
	border: 1px solid #adadc0!important;
	border-radius: 2px;
}
.gift_active{
	background: #353754!important;
	border: 1px solid #adadc0!important;
	border-radius: 2px;
}
/* 互动结束 */

/* 无直播缺省页 */
.playing .play .noplay{
	width: 100%;
	height: 100%;
	background: url(/static/shanghu2/image/liveimg26.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.playing .play .noplay .ptitle{
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
}
.playing .play .noplay .noplay_box{
	float: right;
	margin-right: 63px;
	margin-top: 230px;
}
.playing .play .noplay .timebox{
	width: 461px;
	height: 48px;
	line-height: 45px;
	background: #2D2F59;
	border-radius: 24px;
	color: #6D71A1;
	padding-left: 30px;
	font-size: 20px;
	color: #FEFEFE;
	margin: 30px auto 0;
}
.playing .play .noplay .timebox span{
	display: inline-block;
	width: 29px;
	text-align: center;
}
.playing .play .noplay .noplay_btn{
	width: 309px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: linear-gradient(90deg, #FF954C, #FD4A09);
	border-radius: 24px;
	color: #FFFFFF;
	font-size: 20px;
	margin: 30px auto 0;
}
/* 弹框 */
.showbox1{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0000008c;
	text-align: center;
	padding-top: 10%;
	display: none;
}

.showbox1 .publicpop{
	position: relative;
	width: 388px;
	margin: auto;
}
.showbox1 .publicpop .cha{
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 23px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	position: absolute;
	right: -37px;
	top: -12px;
	color: #ffffff;
}
.showbox1 .publicpop .pop_bottom{
	width: 388px;
	height: 300px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	background: #FFFFFF;
	padding-top: 20px;
}
.showbox1 .publicpop .pop_bottom .p1{
	font-size: 20px;
	color: #333333;
	font-weight: 800;
}
.showbox1 .publicpop .pop_input{
	width: 305px;
	border-top: 1px solid #EEEEEE;
	margin: 20px auto 0;
}
.showbox1 .publicpop .pop_input .p2{
	color: #FB6D00;
	font-size: 16px;
	margin: 15px auto;
}
.showbox1 .publicpop .pop_input input{
	width: 305px;
	height: 48px;
	line-height: 48px;
	background: #EEEEEE;
	border-radius: 24px;
	text-align: center;
	padding-left: 15px;
	box-sizing: border-box;
	border: none;
}
.showbox1 .publicpop .pop_input .btn{
	width: 305px;
	height: 48px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	background: linear-gradient(90deg, #FF6003 0%, #FFAE1A 100%);
	box-shadow: 0px 10px 15px 0px rgba(255, 100, 3, 0.3);
	border-radius: 24px;
	margin-top: 15px;
	font-size: 20px;
	color: #FFFFFF;
}

/* 公告弹框 */
.noticebox{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0000008c;
	text-align: center;
	padding-top: 10%;
	display: none;
}

.noticebox .box{
	width: 450px;
	min-height: 450px;
	border-radius: 10px;
	background: #FFFFFF;
	margin: auto;
	overflow: hidden;
	padding: 0 30px;
	position: relative;
}
.noticebox .box .closebtn{
	position: absolute;
	cursor: pointer;
	right: 25px;
	top: 12px;
	font-size: 14px;
}
.noticebox .box .pname{
	font-size: 23px;
	margin-top: 33px;
}
.noticebox .box .pmsg{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}
.noticebox .btn{
	width: 100%;
	height: 40px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin: 20px auto 0;
	background: #54577E;
	cursor: pointer;
}

.noticebox .btn:hover{
	color: white;
}
