.neirong {
    margin: 0 1rem;
    text-align: center;
}
.foot-line {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background-color: #242529;
    color: #FFFFFF;
    text-align: center;
    bottom: 0;
    margin-top: 42px;
}
.addQuestion .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.addQuestion .mb-3 {
    margin-bottom: 1rem!important;
}
.addQuestion .Input-area .keyword {
    margin-right: 2rem;
    line-height: 2rem;
}
.addQuestion .input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.addQuestion .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.addQuestion .kw-input {
    margin-right: 1rem;
}
.addQuestion .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.addQuestion .tips {
    text-align: left;
    margin-left: 4.3rem;
    margin-top: -0.6rem;
}
.Input-area {
    margin-top: 2rem !important;
}
.simple-select {
    text-align: left;
}
.Input-area .level {
    margin-right: 5rem;
    line-height: 2rem;
}
.statistical .form-check {
    line-height: 1.5rem;
}

.con-area {
    width: 100%;
    height: 24rem;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    margin-top: 1rem;
    text-align: left;
}
.con-left {
    width: 35%;
    height: 100%;
    padding: 1rem;
    float: left;
}
.con-right {
    width: 65%;
    height: 100%;
    padding: 1rem;
    float: left;
}
.right-text1, .right-text2, .right-text3 {
    width: 33%;
    height: 100%;
    float: left;
    margin-left: -2rem;
}
.con-right ul li {
    list-style: none;
}
.statistical .results {
    width: 100%;
    height: 100%;
    padding: 1.25rem;
}
.fenge, .results-left, .results-right {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}
.fenge {
    width: 100%;
    height: 2.55rem;
    margin-bottom: 1rem;
    line-height: 1rem;
}
.results-left {
    width: 35%;
    float: left;
    margin-right: 1rem;
}
.results-right {
    width: calc(65% - 1rem);
    height: 100%;
    float: left;
}

.indexes, .region {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f8f9fa;
}
.results-left ul {
    padding: 1rem;
}
.results-left ul li {
    list-style: none;
    margin-bottom: 1rem;
}
.list-title i {
    float: left;
    margin-right: 0.6rem;
}

.statistical_result .content1{
	width: 70%;
    margin: 0 1rem;
    text-align: center;
    float: left;
}

.statistical_result  .content2 {
    width: calc(30% - 3rem);
    text-align: left;
    float: left;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 1rem;
}

.top1 {
    padding: 0 1rem 0.25rem;
    margin-bottom: 0.25rem;
}
.top1 span {
    display: block;
}
.edit {
    text-align: right;
}
.quick_nav_main_category_block_a {
    margin-bottom: 5px;
    width: 150px;
    float: left;
}

.echart-title{
	font-weight: 600;
	font-size: 1.25rem;
	margin-top: 0;
    margin-bottom: 0.5rem;
}

.exportControls a{
	color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.echartTitleTxt {
    width: 90%;
    text-align: center;
    resize: none;
}
.pages{
	float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.pages .red{
	color:#ea0808;
	 margin-left: 10px;
	 font-weight: bold;
    margin-right: 4px;
}
.pager a, .pager span{
	margin: 0 !important;
    border-radius: 0px !important;
}
.common-tips {
	position: fixed;
	top: 5px;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	text-align: center;
	background: #dff0d8;
	padding: 8px;
	border-radius: 3px;
	display: none;
	z-index: 9999;
}

.common-content {
	color: #3c763d;
	font-weight: 700;
	line-height: 22px;
	font-size: 14px;
	word-wrap: break-word;
}


