*{
	list-style: none;
	font-family:Helvetica, Tahoma, Arial, STXihei, "华文细黑", Heiti,"黑体","Microsoft YaHei", "微软雅黑",SimSun,"宋体",sans-serif;

}
br {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*header*/
.header-box{
	width:100%;
	height:40px;
	background:#f0f0f0;
	border-bottom:1px solid #e0e0e0;
	position: fixed;
	top:0px;
	left:0px;
	z-index:1000;
	overflow: hidden;

}
.header{
	position: relative;
}
.avator{
	position: absolute;
	top:0px;
	left:0px;
	display: flex;
	align-items: center;
}
.avator .logo-img {
	width: 118px;
	height: 25px;
}
.avator .logo-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.avator-img{
	margin-left: 10px;
	width:30px;
	height:30px;
	position: relative;
	padding:0px;
}
.avator-img span{
	width:30px;
	height:30px;
	position: absolute;
	top:0px;
	left:0px;
	background:url(../images/span_bg.png) no-repeat 0 0;
}
.answer-author{
	height:100%;
	line-height: 40px;
}
.avotor-time{
	height:100%;
	text-align: center;
	line-height: 40px;
}
.avotor-time img{
	/*float:left;*/
	/*margin-top:8px;*/
	margin-right:5px;
	/*margin-left:30px;*/
}
.time-current{
	height:100%;
	font-size: 16px;
	color:#e21f2d;
	line-height: 40px;
}
.avator-volume{
	padding-left:0px;
	padding-right:0px;
	position: absolute;
	top:0px;
	right:0px;
}
.volume-left{
	height:auto;
	/*width:161px;*/
	float:right;
	margin-top:4px;
	overflow: hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}
.volumleft{
	position: relative;
	top:-5px;
	height: auto;
	/* width: 161px; */
	float: right;
	margin-top: 4px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.detail-list{
	width:80px;
	height:30px;
	float:left;
	background:#fff;
	border-left:1px solid #dcdcdc;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.detail-list-join{
	width:80px;
	height:30px;
	float:left;
	background:#fff;
	border-left:1px solid #dcdcdc;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.detail-list-join:hover{
	background:#efefef;
}
.detail-list:hover{
	background:#efefef;
}
.volume-right{
	float:left;
	margin-top:11px;
	margin-right:10px;
	/*margin-left:120px;*/
}
.volume-right img{
	margin-top:-3px;
}
.mask-wrap{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.9);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#999999,endColorStr=#999999);
	position:fixed;
	top:0px;
	left:0px;
	z-index:2000;
	display:block;
	padding-top:40px;
}
.mask-style{
	width:67.5%;
	margin:0 auto;
	background:#fff;
	padding-bottom:60px;
	position:relative;
}
.mask-style dl dt{
	font-size: 30px;
	font-weight:normal;
	color:#333;
	text-align: center;
	padding-top:50px;
	padding-bottom:40px;
}
.mask-style dl dd{
	height:auto;
	font-size: 16px;
	color:#333;
	margin-bottom:18px;
}
.hide-style dl dd{
	padding-left:120px;

}
.end-style  dl dd{
	padding-left:20%;
	background:url(../images/circle.png) no-repeat 19% 10px;
}
.btn-links{
	width:32%;
	height:60px;
	font-size: 20px;
	color:#e21f2d;
	text-align: center;
	line-height: 60px;
	display: block;
	margin:57px auto 0px;
	border:1px solid #dcdcdc;
	border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}

.btn-links:hover{
	text-decoration: none;
	color:#e21f2d;
}
.btn-links:link{
	text-decoration: none;
	color:#e21f2d;
}
.btn-links:active{
	text-decoration: none;
	color:#e21f2d;
}
.btn-links:visited{
	text-decoration: none;
	color:#e21f2d;
}
.answer-links{
	font-size: 20px;
	color:#333;
	text-align: center;
	display: block;
	margin-top:120px;
}
.mask-close{
	width:25px;
	height:25px;
	position: absolute;
	top:20px;
	right:20px;
}
.help-style{
	position: relative;
	padding:0px 20px 25px 20px;
}
.help-wrap{
	width:67.5%;
	background:#fff;
	margin:0 auto;
}
.help-wrap h3{
	padding-top:60px;
	padding-bottom:24px;
	font-size: 30px;
	text-align: center;
}
.help-b-wrap{
	height:400px;
	overflow: auto;
}
.help-list{
	padding-left:0px;
	margin:0 auto;
	position: relative;
}
.help-list li{
	width:150px;
	height:50px;
	float:left;
	font-size:20px;
	text-align: center;
	line-height: 50px;
	background:#fff;
	border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-o-border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-ms-border-radius:10px 10px 0px 0px;
}
.help-list li.clickafterbg{
	background:#f7f7f7;
	color:#2d77e0;
}
.help-style .li-bottom{
	background:#f7f7f7;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:35px;
}
.help-style .li-bottom dl{
	margin-top:0px;
	margin-bottom:15px;
}
.help-style .li-bottom dl dt{
	font-size: 20px;
	color:#121212;
	padding-top:20px;
}
.help-style .li-bottom dl dd{
	margin-top:15px;
	display: table;
}
.help-style .li-bottom dl .dd-explain{
	margin-bottom:10px;
}
.help-style .li-bottom dl .dd-img{
	margin-bottom:5px;
	display: inline-block;
}
.help-style .li-bottom dl .dd-img img{
	width:95%;
}
.help-style .li-bottom dl dd .dd-left{
	width:115px;
	height:auto;
	display: table-cell;
	vertical-align: middle;
}
.help-style .li-bottom dl dd .dd-left img{
	vertical-align: middle;
}
.help-style .li-bottom dl dd .dd-right{
	display: table-cell;
	vertical-align: middle;
	padding-left:15px;
}
.help-style .li-bottom dl dd .dd-right span{
	vertical-align: middle;
}
.help-style .li-bottom .li-b-title{
	padding-top:25px;
	padding-bottom:5px;
}
/*header*/
/*footer*/
.footer-wrap{
	width:100%;
	position: fixed;
	left:0px;
	bottom:0px;
	z-index:1000;
}
.footer-bg{
	background:#fff;
	border-top:1px solid #f0f0f0;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
}
.footer-left{
	position: absolute;
	top:50%;
	left:10px;
}
.footer-left input{
	float:left;
	background:#fff;
}
.footer-left label{
	font-weight:normal;
	font-size: 14px;
	color:#333;
	margin-left:5px;
}
.footer-middle{
	margin-bottom:10px;
}
.middle-list{
	margin-top:10px;
}
.middle-list h3{
	height:26px;
	float:left;
	font-size: 16px;
	color:#333;
	line-height: 26px;
	margin-right:10px;
}
.middle-list .li-right{
	height:auto;
	float:left;
}
/* .footer-right{
	position: absolute;
	top:50%;
	right:10px;
	width: fit-content;
}
.footer-right a{
	width:60px;
	height:60px;
	float:left;
	cursor: pointer;
}
.footer-right a.prev.able_no{
	background:url(https://resource.gximg.cn/a0c1f9_lowhnrpb14.png) no-repeat 0 0;
	background-size: 100%;
}
.footer-right a.prev.able_yes{
	background:url(https://resource.gximg.cn/a0c1f9_lowhnrfz10.png) no-repeat 0 0;
	background-size: 100%;
	transform: rotate(180deg);
}
.footer-right a.next.able_no{
	margin-left:10px;
	background:url(https://resource.gximg.cn/a0c1f9_lowhnrpb14.png) no-repeat 0 0;
	background-size: 100%;
	transform: rotate(180deg);
}
.footer-right a.next.able_yes{
	margin-left:10px;
	background:url(https://resource.gximg.cn/a0c1f9_lowhnrfz10.png) no-repeat 0 0;
	background-size: 100%;
} */

/*按钮的状态样式*/
.li-list{
	min-width:35px;
	height:35px;
	margin-right:8px;
	font-size:14px;
	color:#fff;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	display: inline-block;
}
/* .click-before{
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background:#505050;
} */
/* .click-title{
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background-color: #b4dbf7;
	font-weight: bold;
} */
/* .click-opt{
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background:#2d77e0;
	text-decoration: underline;
} */
/* .clickvisited-opt{
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background:#fff;
	color:#333;
	border:1px solid #dcdcdc;
	text-decoration: underline;
} */
.rclick-title{
	background:#2d77e0;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
}
/* .rclick-opt{
	background:#2d77e0;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	text-decoration: underline;
} */
/* .rclickvisited-opt{
	background:#fff;
	color:#333;
	text-decoration: underline;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border:1px solid #dcdcdc;
} */
/* .rclickunvisited-opt{
	background:#fff;
	color:#333;
	text-decoration: none;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border:1px solid #dcdcdc;
} */
/* .li-answer{
	width:26px;
	height:26px;
	color:#333;
	border:1px solid #ddd;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:505%;
} */
.li-answer .btn {
	border:1px solid #ddd;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:505%;
}
/* .dui{
	width:26px;
	height:26px;
	background:#35b057;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
} */
.dui .btn {
	background:#35b057;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
}
/* .cuo{
	width:26px;
	height:26px;
	background:#e21f2d;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
} */

.cuo .btn {
	background:#e21f2d;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
}

.detail-list:hover{
	background:#efefef;
}
/*按钮的状态样式*/
/*footer*/

.submit-style{
	padding-bottom:160px;
}
.submit-style h3{
	font-size: 30px;color:#333;text-align: center;font-weight:normal;padding-top:115px;padding-bottom:20px;
}
.links-wrap{
	margin:0 auto;
}
.btn-links.marginT{
	margin-top:30px;
}

.btn-links.marginBT{
	margin-top:10px;
}
.btn.active.focus {
	outline: none;
}

/*自定义菜单css代码*/
/*清除reset css*/
ul{
	padding:0;
	margin: 0;
	list-style: none;
	z-index: 999;
}

.my-remove-tip {
	box-sizing: border-box;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 3px;
	height: 20px;
	width: 40px;
	color: #fff;
	background: #444;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	line-height: 18px;
	overflow: visible;
}

.my-remove-tip::after {
	content: '';
	position: absolute;
	left: 16px;
	bottom: -4px;
	border-color: #444 transparent transparent;
	border-width: 4px 4px 0;
	border-style: solid;
	height: 0;
	width: 0;
}

/****note star******/
.highlight-display{
	display: none;
	position: absolute;
	z-index: 999;
	top: 60%;
	left: 80%;
}

#highlight-display-diy{
	display: none;
	position: absolute;
	z-index: 1;
}

.highlight-note{
	background-color: rgb(255, 240, 70);
    color: black !important;
    position: absolute;
    width: 200px;
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 0.357em;
    border-radius: 0.357em;
}
.highlight-note-top{
	background-color: #db0;
    border-bottom: 1px solid #a80;
    height: 1.5em;
    cursor: move;
    -moz-user-select: none;
    user-select: none;
    -moz-border-radius-topleft: 0.357em;
    -moz-border-radius-topright: 0.357em;
    border-radius: 0.357em 0.357em 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.highlight-body {
	width: 100%;
	height: 250px;
	overflow-y: auto;
}

.highlight-close {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(https://resource.gximg.cn/a0c1f9_lowhnr756.png) center no-repeat;
	background-size: 100%;
	margin-right: 5px;
	cursor: pointer;
}

.highlight-dialog-body {
	outline: none;
    /* overflow-x: hidden;
    overflow-y: auto; */
    /* height: 250px; */
    width: 100%;
    word-wrap: break-word;
}

.highlight-note-textarea, .highlight-note-main-textarea{
	border: none;
	margin: 0;
	padding: 0 5px;
	color: #333;
	resize: none;
	width: 100%;
	background: none;
}

/****note end******/

/******自定义右键 star********/
#menu-list{
	width:208px;
	height: auto;
	display: none;
	/*一定要用绝对定位*/
	position: absolute;
	background: #fff;
    border: 1px solid #bebebe;
    border-radius: 0.2em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	padding: 5px 0;
}
#menu-list li{
	height:30px;
	line-height:30px;
}
#menu-list li button {
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #21252A;
	text-align: left;
	box-sizing: border-box;
	padding: 0 36px;
}
.rbtn{
	margin: 0;
	box-shadow:none;
	border-radius:0;
	padding: none;
	width: 120px;
	transition:none;
	background: #cbc7bb;
	color: #000000;
	position: relative;
}
.rbtn::after{
	margin: 0;
	padding: 0;
}
.rbtn::before{
	margin: 0;
	padding: 0;
}
.rbtn-note::before {
	position: absolute;
	top: 5px;
	left: 10px;
	content: '';
	width: 18px;
	height: 18px;
	background: url(https://resource.gximg.cn/a0c1f9_lowhnrho11.jpg) center no-repeat;
	background-size: 100%;
}

#menu-list li .rbtn-disabled {
	color: #bbb;
}

#menu-list li .rbtn-disabled.rbtn-note::before {
	background: url(https://resource.gximg.cn/a0c1f9_lowhnrmf13.jpg) center no-repeat;
	background-size: 100%;
}

#menu-list li .rbtn-hover:hover::before {
	background: url(https://resource.gximg.cn/a0c1f9_lowhnrj612.jpg) center no-repeat;
	background-size: 100%;
}

#menu-list li .rbtn-hover:hover {
	color: #fff;
	background-color: #2980b9;
}

.zindexdiy{
	z-index: 1;
}

/*高亮内容样式*/
.highlight-mengshou-wrap-diy{
	background: #ffff54;
	cursor: pointer;
	position: relative;
	float: none!important;
}
.answer-continer-new .highlight-mengshou-wrap-diy-light {
	background: #873800;
	color: #fff;
}
.answer-continer-new .highlight-mengshou-wrap-diy-note {
	background: #13F6FF;
}
/* .highlight-mengshou-wrap-diy:hover {
	background-color: #ffff54 !important;
} */

/*高亮标签*/
.my-remove-tip-img{
	position: absolute;
    width: 8px;
    height: 8px;
    top: -7px;
    z-index: 1;
    right: 0;
    display: none;
}

.highlight-mengshou-wrap-diy:hover .my-remove-tip-img {
	display: block;
}

/*时间闪烁*/
.animation-time{
	color: #E42B38;
	animation: blink 1s linear infinite;
	/* 其它浏览器兼容性前缀 */
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/*文本填空行间距*/
.text-filling-content {
    width: fit-content;
} 
.text-filling-content .layoutArea p{
	margin-top: 5px;
}
.text-filling-content > div{
	margin-top: 5px;
}
.text-filling-content input {
	width: 206px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #565656;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 700;
	margin: 5px 0;
	outline: 0;
}
.text-filling-content input::placeholder {
	color: #767676;
}
.text-filling-content .check-quest {
	border: 1px solid #418ec8;
	box-shadow: 0 0 0 1px #418ec8;
}
.text-filling-content table tr td {
    border-style: solid;
}

.header-title-paper{
	margin-left: 10px;
	width: 250px;
	font-size: 12px;
	color: rgb(51, 51, 51);
}
.volum_contro {
	position: relative;
	top: 2px;
	left: 0;
	cursor: pointer;
	float: left;
	width: 42px;
	height: auto;
}

/* 答题弹框样式调整 */
#myModal .close {
	background-image: none;
	display: flex;
	justify-content: flex-end;
}
#myModal button :hover {
	background-color: #FFFFFF;
}
#myModal button:focus {
	outline: none;
}
#myModal .modal-header {
	display: block;
}
#myModal .modal-footer {
	display: block;
}

/* 吐司弹框样式 */
.report-toast-box {
	display: block;
	position: fixed;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
	height: auto;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	text-align: center;
	color: #FFFFFF;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px;
}
.report-toast-box-hide {
	display: none;
}

/* 骨架屏样式 */
.skeleton {
    margin-bottom: 10px;
    height: 24px;
    background: #aaa;
    animation: loading 1s ease infinite;
}
@keyframes loading {
    0% {
        background-size: 300% 100%;
        background-image: linear-gradient(100deg, #eee 40%, #fff 50%, #eee 60%);
        background-position: 100% 50%;
    }

    100% {
        background-size: 300% 100%;
        background-image: linear-gradient(100deg, #eee 40%, #fff 50%, #eee 60%);
        background-position: 0 50%;
    }

}
@keyframes opacity {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
    }
}