pre {
    font-family: inherit;
    text-indent: 0; /* 移除缩进 */
    margin: 0;      /* 移除外边距 */
    padding: 0;     /* 移除内边距 */
}

.sub_banner {
    
}

.hide {
    display: none;
}
.show {
    display: block;
}

ul.answerLi li {
    padding:10px 0 ; font-size: 18px; display: flex; justify-content:start; align-items: center;
    cursor:pointer;
    margin: 2px 0;
    border-radius: 5px;
}
ul.answerLi li.active {
    background-color: #fdf6ec;
}
ul.answerLi li.active .layui-icon {
    color: #16b777; 
}
ul.answerLi li.isRight {
    background-color: #16b777; color: #fff;
}
ul.answerLi li.isError {
    background-color: #ff5722; color: #fff;
}
ul.answerLi li .layui-icon{
   font-size: 28px;
}
.padding-left-xs { margin-left:5px;}

header .menu>ul>li {
    margin: 0 30px;
}


.layui-select-title input::placeholder {
    font-size: 14px;
}
.flex-center {
    display: flex; justify-content: center; align-items: center;
}
.updown_item_search  {
    width: 250px;
}
.updown_item_search .layui-input{
    height: 42px;
}

.blue_border_hover{ background: #16baaa !important; color: #fff !important; border:1px solid #16baaa;}

.ly-input {
    width: 100px; display: inline; height: 30px; border: 1px solid #ccc; padding: 0 5px;
}

.chineseBoxTitle {
    padding:10px 0; font-size: 20px; font-weight: bold;
}

.preWrap .layui-form-select {
    display: inline-block;
    width: 150px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #3082a5 !important;
}

.preWrap{
    white-space: pre-wrap;
}

.problem3 {
    font-size: 1.2em;
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.minWidth200 {
    width: 250px;
}

.wordnum {
    font-size: 14px; color: #999;
}

.delbox {
    font-size: 12px; color: #999; display: flex;
    align-items: center;
    justify-content: start;
}

.chineseBlue {
    padding: 10px 20px;
    margin: 5px 50px;
    border-radius: 5px;
    background-color: #F7F9FE;
}

.answer_daan_tip p {
    background: #def4ff !important;
}

.height300 {
    height: 300px;
}
.padding {
    padding: 15px;
}
.text-center {
    text-align: center; 
}
.pagination {
    padding: 20px; display: flex; justify-content: center; align-items: center;
}
.pagination li {
    padding: 5px 15px; margin: 0 5px; border-radius: 5px;
}
.pagination .active{
    background-color: #9a3c3b;
    color: #fff; 
}

.margin-right-xs {
    margin-right: 5px;
}

.margin-left {
    margin-left:20px;
}

.flex-between-center {
    display: flex;
    justify-content: space-between; align-items: center;
}
.solid-bottom {
    border-bottom: 1px solid #efefef;
}

body .mycustomClass{
    border-radius: 10px;
}
body .layui-layer-btn{
    padding:  10px 15px 30px 15px;
}
body .layui-layer-btn a {
    height: 42px;
    line-height: 42px;
    padding:0 30px;
}
body .layui-layer-btn .layui-layer-btn0 {
    border-color: transparent;
    background-color: #9a3c3b;
    color: #fff;
}
body .layui-layer-dialog.mycustomClass .layui-layer-content .layui-layer-face {
    top:28px;
    font-size: 36px;
}
body .layui-layer-dialog.mycustomClass .layui-layer-padding {
    max-width: 400px;
    padding: 28px 30px 28px 62px;
    text-align: left;
}
body .layui-layer-dialog.mycustomClass{
    min-width: 300px;
}
body .layui-layer-hui {
    min-width: 100px;
}


.my-layui-open {
    border-radius: 15px; overflow: hidden;
}
.my-layui-open .layui-layer-title{
    font-size: 20px; font-weight: 600;
    line-height: 70px; height: 70px;
}
.layui-layer-setwin span {
    font-size: 26px; width: 26px; height: 26px;
    line-height: 26px; font-weight: bold; color: #666;
}

.layer-flex-center {
    display: flex; align-items: center; justify-content: center;
    padding: 15px 50px;
}
.flex-start-center {
    display: flex; align-items: center; justify-content: start;
}

.min300 {
    width: 400px;
}
.min150 {
    min-width: 150px;
}
.wp100 {
    width:100%;
}
.wp50 {width:50%;}

.ly-form .layui-form-label {
    width: 150px; font-size: 16px;
}

.padding-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-lg-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-lg-lr {
     padding-left: 50px;
    padding-right: 50px;
}
.min350 {
    min-width: 350px;
}

.margin-left {
    margin-left: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-gray {
    color:#999;
}

/* 圆形进度条容器 */
.circle-progress {
  position: relative;
  width: 100px;
  height: 100px;
}

/* 圆环背景 */
.circle-progress .bg {
  fill: none;
  stroke: #eee;
  stroke-width: 5;
}

/* 进度条 */
.circle-progress .bar {
  fill: none;
  stroke: #2f88ff;
  stroke-width: 5;
  stroke-linecap: round; /* 圆角进度条头 */
  transition: stroke-dashoffset 0.5s ease;
  transform: rotate(-90deg);
  transform-origin: center;
}

/* 中间百分比文字 */
.circle-progress .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.sub_news .list .item .txt p::before {
    display: none;
}
.sub_news .list .item .txt p {
    padding: 0;
}

.startTimeBox {
    background-color: #fdf6ec;
    padding: 5px 10px; border-radius: 5px;
    display: inline-block; color: #fff;
    border: 1px solid #fdf6ec;
    color: #721732;
}
.answerTimeOut {
    color: #fc0000; font-size: 16px;
}

.question-box {
    padding: 0 50px;
}

.myedit-box {
    padding: 20px 50px;
}
.text-editor {
    border: 2px solid #3082a5;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}
.editor-toolbar {
    background-color: #3082a5;
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}
.tool-btn {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
}
.tool-btn:hover { opacity: 0.8; }
.tool-btn:disabled { opacity: 0.4; cursor: not-allowed; }
#editor-area {
    width: 100%;
    min-height: 250px;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    font-size: 16px;
}
.editor-footer {
    background-color: #3082a5;
    padding: 8px 12px;
    color: #fff;
    font-size: 17px;
}
/* 隐藏中转输入框 */
#tempInput {
    position:absolute;
    left:-9999px;
    top:-9999px;
    opacity:0;
    width:1px;
    height:1px;
}