/*css初始化*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.leftbar, .tab-item, .intro ul{
    user-select:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    /*background: #fbfbfb;*/
/*    background: #393939;*/
    padding: 0;
    margin: 0;
/*    color: #222;*/
    height: 100%;
    overflow-x: hidden;
}

button, input {
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    /*font-size: 12px;*/
    font-size: 100%;
    box-sizing: border-box;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

input {
    background: none;
    outline: none;
    border: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #d9dcdf;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}

a{
    text-decoration: none;
    color: #333;
}
:root {
    /*--arrow-color: #0084ff;*/
    --arrow-color: #f7f7f7;

}
body{
    width: 100vw;
    height: 100vh;
}
.topbar{
    height: 60px;
    display: flex;
    align-items: center;
}
.logo{
    width: 160px;
    margin-left: 30px;
    margin-right: 90px;
}
.main-title{
    font-weight: 550;
    font-size: 18px;
    display: none;
}
.main{
    display: flex;
    align-items: center;
    width: 100vw;
    /*margin-top: 45px;*/

}
.leftaside{
   width:300px;
    height: 100vh;
    /*height: 100vh;*/
    margin-right: 0px;
    /*margin-left: 20px;*/
    margin-top:0px;
    position: relative;
	padding:2rem 1rem;border-left:0px solid #ccc;;
}
.intro{width:600px;height:100vh;overflow:hidden;padding:0px;background-size:cover;background-repeat:no-repeat;/*background-image:url(/static/poll/imgs/intro.png)*/}
.intro img{max-width:100%;}
.aside-content{
    display: flex;
    width: 100%;
    height: 100%;
/*    flex-direction: column;*/
    justify-content: center;
    align-items: center;
	
}
.cp-list{
    /*background: #fff;*/
    width: calc(100% - 10px);
    border-radius: 10px;
    overflow-y: auto;
    flex: 1;
    padding: 5px;
}
.room-qrcode-area{
text-align: center;
    margin-top: 10px;
}
.qrcode-img{
    width: 100%;
    border: 1px solid #f5f5f5;
}
.qrcode-tips{
    font-size: 0.75rem;
    font-weight: 300;
    margin-top: 8px;
}
.content{
    /*background: #fff;*/
/*    flex: 1;*/
    width: 100%;
    /*height: 85vh;*/
    /*border-radius: 5px;*/
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    height: 100vh;
    position: relative;
    /*box-shadow: 1px 0 8px 0 rgba(0, 0, 0, .15);*/
    overflow: hidden;
	flex-grow: 1;
}
#container{
  /*  width: 100%;
    height: 100%;*/
    /*padding: 30px;*/
    width: calc(100% - 20px);
    height: calc(100% - 0px);
    padding-bottom: 0px;
}

table thead{
    position: sticky;
    top: 0;
    background: #fff;
    height: 35px;
    line-height: 35px;
}
.cp-list table{

    width: 100%;
    text-align: center;

}

.table-title{
    vertical-align: middle;
}
table td{
    height: 35px;
}
.edit-btn{
    cursor: pointer;
    background: #0571f8;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}
.progress-container {
    width: 100%;
    margin-bottom: 10px;

}
.item-title{
    display: flex;
    align-items: center;
    line-height: 20px;
    justify-content: space-between;
    margin-bottom: 5px;
}

.progress-bar {
    height: 15px;
    background-color: #f0f0f0;
    border-radius: 20px;
    /*overflow: hidden;*/
}

.progress {
    height: 100%;
    background-color: #555;
    border-radius: 20px;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.22));
}

.progress-label {
    /*font-size: 12px;*/
    font-size: 0.75rem;
    font-weight: 500;
    margin-right: 8px;
    max-width: 68%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-weight:700
}
.progress-text{
    margin-left: 5px;
    max-width: 30%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.75rem;
	font-family:Impact;margin-right: 5px;

}
.hidden{
    display: none !important;
}
#arrow {

    z-index: 99;
    position: fixed;
    right: 10px;
    bottom: 16px;


}
#arrows {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
}


#arrow img,#arrows img {
    max-width:32px;
    cursor: pointer
}
.BBtn {
    background: #0571f8;
    color: #fff;
    padding: 8px 12px;
    border-radius: 3px;
    line-height: 100%;
    font-size: 0.75rem;
    cursor: pointer;
    /*margin-top: 10px;*/
}
/*#anim_svg,#svgfile{
    width: 100%;
    height: 100%;
}*/
#anim_svg, #svgfile {
    /*margin: 30px;*/
    /*margin: 10px 30px 30px 30px;
    width: calc(100% - 30px);
    max-height: calc(100% - 160px);*/
    /*border: 1px solid #f5f5f5;*/
}
#svgfile{position:relative}

.section-title{
    width: calc(100% - 20px);
    margin-bottom: 15px;
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 2;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
    /*line-height: 25px;*/
    /*color: #fff;*/
}

.overflow-text{
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    opacity:0;
    clear: both;
    padding:20px 30px;
    border-radius:30px;
    box-sizing: border-box;
/*    max-width: 100%;*/
    color:#fff;
    font-size: 16px;
backdrop-filter: blur(9px);

}
#danmaku {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    max-height: 350px;
    overflow: hidden;
    pointer-events: none;


}
.danmu-item {
    white-space: nowrap;
    position: relative;
    opacity: 0; /* 初始透明度 */
    transition: opacity 1s ease-in-out; /* 渐变效果 */
    pointer-events: auto;
    margin: 5px 0;
    padding:10px 30px;
    border-radius: 30px;
    color: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    clear: both;
    box-sizing: border-box;
    font-size: 16px;
    backdrop-filter: blur(9px);
    line-height: 130%;
}
.time-tips{
    color: #f65657;
    margin: 0 3px;
}
.publish-btn{
    min-width: 100px;
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.screenchat-container {
    max-width: 300px;
    position: fixed;
   right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 20;
}

.fullscreen-bubble {
    width: 200px;
    height: 50px;
    background-color: #007bff;
    color: #fff;
    border-radius: 30px;
    /*padding: 10px 15px;*/
    margin: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.fullscreen-arrow {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #007bff; /* 箭头颜色 */
    display: none;
}

.viewurl {

    padding: 8px 0;

}
.url {
    font-family: Impact;
    word-break: break-all
}
.urlbtn {
    display: flex;
    align-items: center;
    padding: 6px 0;
    flex-wrap: wrap;
}
.urlbtn a {
    display: block;
    padding: 6px 16px;
    border-radius: 30px;
    background: linear-gradient(102.51deg, #ff3d00 9.6%, rgba(255, 0, 153, .68) 95.98%);
    color: #fff;
    margin-right: 8px;
    font-size: 0.75rem;
}
.urlbtn div {
    display: block;
    padding: 6px 16px;
    border-radius: 30px;
    background: #333;
    color: #fff;
    margin-right: 8px;
    cursor: pointer;
    font-size: 0.75rem;
}
.btn-scalecode{
    width:100%;
    margin: 14px auto;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 20px;
    background: #222;
    color: #fff;
    cursor: pointer;
    text-align: center;


}
.dialog-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1000;
    backdrop-filter: blur(6px)
}
.close-icon{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
    cursor: pointer;
    background: #222;
    border-radius: 20px;
    padding: 10px;
}
.scale-code{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}
.empty-data{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-data img{
    width: 400px;
}

/*底部输入区域样式*/
.section{
    display: none;
}
.set-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex {
    display: flex;
    align-items: center;

}
.footer {
    width: calc(100vw - 50px);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 50px;
    background: #fff;
    border-left: 1px solid #eee;
    z-index: 20;
    font-size: 14px;
    padding-bottom: 15px;

}

.footer .input {

    border-radius: 30px;
    margin-right: 14px
}

.footer .result {
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
    background: #333;
    color: #fff;
    cursor: pointer;
}

.footer .inputbtn {
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
    background: #007bff;
    margin-right: 14px;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
}

.footer .input input {
    width: 300px;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
    border: 1px solid #007bff
}
.custom-input-area,.disabled-status-area{
    flex: 1;
    justify-content: center;
}
.bottom-right-area{
    padding: 0 20px;
    justify-content: space-between;
}
.intro-btn,.look-btn{
    margin-right: 20px;
    cursor: pointer;
    padding: 9px 12px;
    border-radius: 30px
}
.intro-btn:hover,.look-btn:hover,.active{
    background:#007bff ;
    color: #fff;
    opacity: .8;
}
.chat-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}
.bubble-item{
    display: flex;
    flex-direction: column;
    margin: 10px 5px;
}

.chat-bubble {
    position: relative;
    padding: 10px 15px;
    /*margin: 10px;*/
    border-radius: 8px;
    /*color: #fff;*/
    display: inline-block;
    max-width: 80%;
    /*    z-index: 2;
        opacity: 0.8;*/
}
.delete-icon{
    width: 16px;
    position: absolute;
    top: -5px;
    right: -18px;
    z-index: 9;
    cursor: pointer;

}


.chat-message {
    position: relative;
}

/* 添加箭头效果 */
.sender::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -18px;
    border: 10px solid transparent;
    border-left-color: var(--arrow-color);
    border-radius: 3px;
}

.receiver::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -18px;
    border: 10px solid transparent;
    border-right-color: #f7f7f7;
    border-radius: 3px;
}
.sender {
    background-color: var(--arrow-color);
    align-self: flex-end;
}

.receiver {
    background-color: #f7f7f7;
    color: #000;
    align-self: flex-start;
    margin-left: 24px;
}
.discuss-num-tips{
    color: #007bff;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    height: 20px;
    margin-right: 10px;

}
.flex2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.nick-name{
    font-size: 12px;
    margin-top: 6px;
    color: #b0b0b0;
}
.discuss-time{
    font-size: 12px;
    margin-top: 6px;
    color: #b2b2b2;

}
.sender .discuss-time{
    /*color: #fff;*/
}
.intro-content{
    display: flex;
    flex-direction: column;
}
.intro-item h2{
    margin-top: 15px;
    font-size: 14px;
}
.introdetail{padding: 14px 0;}
.polltitle{
    font-size: 16px;
    text-align: center;
}
.avatar-img{
    width: 22px;
    height: 22px;
    border-radius: 22px;
    overflow: hidden;
    margin-right: 6px;
}
.user-name{
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.jBox-overlay{
    backdrop-filter:none;
}
.vote-status{
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    background: #c4c5c7;
    color: #fff;
    text-align: center;
    z-index: 10;
    border-radius: 30px;
}
.activity-status{
    position: fixed;
    top: 20px;
    left: 10%;
/*    left: 50%;
    transform: translateX(-50%);*/
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    background: #c4c5c7;
    color: #fff;
    text-align: center;
    z-index: 10;
    border-radius: 30px;
}
#introBtn_box .jBox-title div:first-child{
    font-size: 16px;
    white-space: normal;
    width: 380px;
    padding-right: 10px; overflow: hidden;
    text-overflow: ellipsis;
}
#lookBtn_box .jBox-title div:first-child{
    font-size: 16px;
    white-space: normal;
    width: 420px;
    padding-right: 10px; overflow: hidden;
    text-overflow: ellipsis;
}
.jBox-Modal.jBox-closeButton-title .jBox-title{
    padding-right: 0;
}




.aniLoading{
animation: blink 1.5s linear infinite;
-webkit-animation: blink 1.5s linear infinite;
-moz-animation: blink 1.5s linear infinite;
-ms-animation: blink 1.5s linear infinite;
-o-animation: blink 1.5s linear infinite;
}

.blink{
animation: ringing 2s linear infinite;
}
@keyframes ringing
{
    from  {transform:rotate(0deg);}
    to  {transform:rotate(360deg);}
}
@keyframes blink {
0% {
color:rgba(57,57,57,1);
}
50% {
color:rgba(57,57,57,0);
}

100% {
color:rgba(57,57,57,1);
}
}
.preloading{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(232,232,232,.4);z-index:100000;backdrop-filter:blur(40px);display:flex;align-items:center;justify-content:center;}
.preloading .loading-wrapper{padding:30px;font-size:1.4rem;font-weight:700;line-height: 35px}

.aniprogress {
/*			width: 240px;*/
			height: 15px;
			border-radius: 20px;
			
			background-color: #fff;
			z-index: 1;
		}

		/* 使用伪元素制造滚动条 */
		.aniprogress::after {
			content: '';
			position: absolute;
			left: 0;
			right: 90%;
			bottom: 0;
			top: 0;
			/* 背景色线性渐变 */
			background: linear-gradient(to right, #7abcff, 0%, #00bcd4 44%, #2196f3 100%);
			border-radius: 20px;
			box-shadow: 0 14px 28px rgba(33, 150, 243, 0), 0 10px 10px rgba(9, 188, 215, 0.08);
			animation: loading 4s linear infinite;
			/* 滤镜设置色调旋转 */
			filter: hue-rotate(90deg);
		}

		@keyframes loading {
			70% {
				filter: hue-rotate(0);
/*				opacity:1*/
			}

			100% {
				right: 0;
				filter: hue-rotate(-90deg);
/*				opacity:0*/
			}
		}



@media (min-width: 768px) {

}
@media (max-width: 992px) {
    .footer .input input{
        max-width: 300px;
    }
}
@media (max-width: 768px) {
.leftaside{
    width: 120px;
    margin-right: 10px;
}
.room-qrcode-area{
    width: calc(100% - 20px);
}
.qrcode-img{
    width: 80px;
    height: 80px;
}
}
@media (min-width: 1200px) {
   html{
       font-size: 18px;
   }
}
.section-title.toppos{
    width: 100%;
	max-width:1800px;
    padding: 10px;

/*	 white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
	text-align:center;font-size:2.5rem;

}
.jBox-wrapper.jBox-Modal.jBox-Default.jBox-closeButton-title.jBox-hasTitle .jBox-title div:first-child{
    font-size: 16px;
    white-space: nowrap;
	width:100%;
    max-width:360px;padding-right:60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jBox-Modal.jBox-closeButton-title .jBox-title{
    padding-right: 0;
}

#cp_list,#joinMixBtn,.footer.flex,.fullscreen-bubble{display:none}

#wc-container{
    position: relative;
    padding: 30px;
    width: calc(100% - 30px);
    height: calc(100% - 0px);

}
#wc-container svg{
    width: 100%;
    height: 100%;
}
.shape-image{
    position: absolute;
    z-index: 0;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;padding:30px
}