.tip-pop-target {
    position: relative;
    cursor: pointer;
}

.tip-pop-target:hover .tip-pop {
    visibility: visible;
    opacity: 1;
}

.tip-pop {
    top: 35px;
}

.paper-nav-sel span.angle {
    top: -20px;
    left: 410px;
}

.bg-999 {
    background-color: #999;
}

.paper-nav .wrapper {
    padding: 0px 15px;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
}

.paper-nav-line {
    width: 1px;
    height: 60px;
    background: url('../images/reportindex/p-line.png') no-repeat;
    margin: 0 10px;
}

.paper-nav .paper-tab {
    width: auto;
}

.paper-nav .wrapper>div {
    display: inline-block;
    vertical-align: middle;
}

.paper-nav-sel {
    border: 1px solid #dadada;
    position: relative;
    height: 36px;
    padding: 6px 8px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 10px;
    width: 170px;
    padding-right: 26px;
}

.paper-nav-sel>span {
    display: inline-block;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
}

.paper-nav-sel .triangle {
    position: absolute;
    right: 10px;
    top: 15px;
}

/**/
.paper-2020 .paper-tlt {
    border: none;
    height: 42px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.paper-2020 .tab-slider {
    display: inline-block;
    box-sizing: border-box;
    max-width: 720px;
    vertical-align: middle;
    margin: 0 15px;
    position: relative;
    width: 720px;
}

.tab-slider-box {
    display: inline-block;
    width: 680px;
    overflow: hidden;
}

.tab-slider-box>div {
    position: relative;
}

.tab-slider-box a {
    display: inline-block;
    line-height: 24px;
    padding: 0 14px;
    border-radius: 12px;
    color: #666;
    float: left;
    margin-right: 10px;
}

.tab-slider-box a.active {
    background-color: #116625;
    color: #fff;
}

.tab-slider-box a:hover {
    background-color: #116625;
    color: #fff;
}

.slider-btn {
    position: absolute;
    right: -2px;
    top: 3px;
}

.slider-btn a {
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
}

.slider-btn .btn-pre {
    border-right-color: #b5b5b5;
}

.slider-btn .btn-next {
    border-left-color: #b5b5b5;
}

.paper-2020 .paper-new {}

.paper-2020 .paper-new .new-cont {
    max-width: 425px;
}

.paper-new li {
    height: auto;
    margin-bottom: 25px;
    width: 420px;
    margin-right: 30px;
}

.fright .paper-index-list {
    padding: 0 15px;
}

.fright .paper-index-list li {
    margin-bottom: 38px;
}

.paper-index-list span {
    margin-right: 30px;
}

.paper-index-list .img {
    width: 66px;
    height: 100px;
    position: relative;
}

.paper-index-list .img i {
    position: absolute;
    width: 18px;
    height: 20px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.paper-index-list .img img {
    width: 100%;
    height: 100px;
}

.paper-index-list div.fright {
    width: 160px;
}

.paper-index-list .fright .tlt {}

.paper-index-list .fright .tlt a {
    white-space: normal;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}

h1.paper-title {
    font-size: 24px;
    text-align: center;
    max-width: 800px;
    line-height: 50px;
    padding-top: 10px;
    margin: auto;
}

h3.ques-type { font-weight: bold; }

.paper-title-tip {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: rgb(0, 138, 251);
    padding: 0 8px;
    border-radius: 5px;
    margin: 0 10px 5px 0;
    background: rgba(0, 138, 251, 0.1);
}

.paper-tab-ctrl {
    margin: 0 35px 20px 35px;
    border-bottom: 1px solid #eaeaea;
}

.h2-txt {
    color: #666;
    margin: 15px auto;
}

.h2-txt span {
    margin: 0 15px;
}

.h2-txt-new {
    padding-bottom: 15px;
}

.h2-txt-new > span {
    display: inline-block;
    margin: 0 30px 0 0;
}

.h2-txt-new > span:last-child {
    margin-right: 0;
}

.h2-txt-new > span i {
    margin-right: 5px !important;
}

#group-order span {
    margin-right: 0;
    padding: 0 1%;
}

.hover_tips {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #ededed !important;
    background: white;
    text-align: left;
    line-height: 24px;
    z-index: 1;
    padding: 7px !important;
    width: 270px;
    top: 38px;
    left: -190px;
}

#group-order span:hover .hover_tips {
    visibility: visible;
    opacity: 1;
}

.hover_tips i {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #dadada;
    top: -17px;
    left: 77%;
    background-image: none;
    border-radius: 0;
}

.divSeqGroup .gp-title {
    width: 120px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.square-items li {
    border-color: #666666;
}

.square-items-new li {
    border-color: #116625;
    color: #333333;
}

.square-items-new li a {
    color: #333333;
}

.square-items-new .active {
    color: #fff;
    background-color: #116625;
}

.paper-2020 .btn-igroup-box {
    text-align: left;
}

.btn-igroup-box a {
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 10px;
    background-color: #eaf4fd;
    border-radius: 3px;
    text-align: center;
}

.sort-box-show {
    position: fixed;
    top: 50px;
    z-index: 1;
    width: 270px;
    background-color: #fff;
}

.fright .paper-list-new li {
    margin-bottom: 20px;
}

.paper-list-new a {
    white-space: normal;
}

.paper-list-new span {
    margin-right: 0;
}

.fixed-bottom {
    position: fixed;
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    left: 0;
    bottom: 0;
    box-shadow: 3px -3px 8px rgb(153 153 153 / 40%);
}

.fixed-bottom a {
    margin: 0 40px;
}

.btn-enter-paper1 {
    width: 100%;
    background: #fff;
    color: #ff8a00;
    border-color: #ff8a00;
}

.btn-enter-paper1>*,
.btn-enter-paper2>* {
    margin: 0 5px;
}

.btn-enter-paper2 {
    width: 100%;
}

.cq-form {
    padding-top: 20px;
}

.cq-form dt,
.cq-form dd {
    display: inline-block;
    vertical-align: middle;
}

.cq-form label {
    margin-right: 5px;
}

.discuss img {
    max-width: 100%;
}

.paper-2020 .degree {
    background: #fff;
    font-size: 14px;
}
.paper-2020 .degree th {
    width: 70px;
    text-align: left;
}

.kw-search {
    width: 500px;
    height: 30px;
    float: right;
    text-align: left;
    line-height: 26px;
    position: relative;
}

.kw-search input[type=text] {
    float: left;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 500px;
    height: 30px;
    padding: 0 30px 0 15px;
}

.kw-search img {
    margin: 5px 0 0 -30px;
    cursor: pointer;
}

.i-paper-01{
    background-position: -407px -214px;
}
.i-paper-02{
    background-position: -391px -214px;
}
.i-paper-03{
    background-position: -359px -214px;
}
.i-paper-04{
    background-position: -23px 0px;
}
.i-paper-05{
    background-position: -311px -214px;
}
.i-paper-06{
    background-position: -327px -214px;
}
.i-paper-07{
    background-position: -48px -214px;
}
.i-paper-08{
    background-position: -375px -214px;
}
.i-paper-09{
    background-position: -455px -214px;
}
.i-paper-10{
    background-position: -471px -214px;
}
.i-paper-11{
    background-position: -439px -214px;
}
.i-paper-12{
    background-position: -343px -214px;
}
.i-paper-13{
    background-position: -423px -214px;
}
.i-paper-14{
    background-position: -487px -214px;
}
.i-paper-15{
    background-position: -503px -214px;
}
.i-paper-sort {
    background-position: -789px 0;
    width: 12px;
    height: 14px;
}
.i-paper-del {
    background-position: -805px 0;
    width: 12px;
    height: 14px;
}
.btn .i-paper-enter{
    background-position: -518px 0;
}

.btn .i-paper-enter2{
    background-position: -518px -24px;
}

/*试卷中心-2021*/
/*间距*/
.mr8 {
    margin-right: 8px;
}
.mt8 {
    margin-top: 8px;
}
/*icon*/
i.p-icon { 
    display: inline-block; 
    vertical-align: middle; 
    width: 14px; height: 16px; background: url(../images/reportindex/icon.png) no-repeat; 
}
i.p-icon-announce {
	background-position: 0 0;
}
i.p-icon-hot {
	background-position: -14px 0;
}
i.p-icon-new {
	background-position: -28px 0;
}
i.p-icon-draft {
    width: 16px;
    height: 16px;
	background-position: 0 -30px;
    margin-right: 5px;
}
i.p-icon-formal {
	background-position: -42px 0;
    margin-right: 5px;
}
i.p-icon-resource {
    margin-right: 5px;
    width: 16px; 
    height: 14px; 
	background-position: 0 -16px;
}
i.p-icon-rank1 {
    background-position: 0 -46px;
}
i.p-icon-rank2 {
    background-position: -24px -46px;
}
i.p-icon-rank3 {
    background-position: -48px -46px;
}

/*轮播图*/
.slider-banner {
    position: relative; 
}
.slider-banner ul {
    position: relative;
    width: 1200px;
    height: 204px;
}
.slider-list li img {
    width: 100%; 
    height: 100%;
}
.slider-list li a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.slider-icon {
    position: absolute; 
    z-index: 3; 
    bottom: 10px; 
    width: 100%;
    text-align: center;
}
.slider-icon a {
    width: 10px; 
    height: 10px; 
    display: inline-block; 
    transition: all 0.2s; 
    margin: 0px 3px;  
    background-color: #fff; 
    border-radius: 50%;
}
.slider-icon a.on {
    background-color: rgba(0, 0, 0, 0.6);
}
.slider-slick a {
    display: block; 
    width: 270px; 
    height: 125px;
}
.slider-slick img {
    width: 100%;
    height: 100%;
}

.paper-cont-top .wrapper {
    padding: 0px 15px;
    border-top: none;
    background-color: #fff;
    box-sizing: border-box;
}

.paper-nleft { 
    float: left;
    width: 550px; 
}

.paper-nright { 
    float: right;
    padding-left: 20px; 
    width: 595px; 
    text-align: left;
}
.scroll-text { 
    display: inline-block; 
    overflow: hidden; 
    height: 20px; 
    line-height: 20px;
    vertical-align: middle; 
}
.scroll-text li { 
    max-width: 575px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.data-box { 
    padding: 10px 0; 
    font-size: 16px; 
    border-top: 1px solid #e1e1e1; 
}
.data-box em { 
    font-size: 18px; 
    color: #ff0000; 
    font-weight: bold; 
}
.recommend-paper li a { 
    display: inline-block; 
    padding-left: 5px;
    padding-right: 15px;
    width: 475px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    vertical-align: middle; 
}
.recommend-album li { 
    display: inline-block; 
    width: 265px; 
    margin-right: 30px;
    margin-bottom: 5px;
}
.recommend-album li a {
    display: inline-block; 
    width: 245px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    vertical-align: middle; 
}

.paper-bleft { 
    width: 915px; 
}
.paper-tab-slider {
    margin: 15px 0;
    position: relative;
}
.paper-tab-slider .tab-slider-box {
    width: auto;
}
.paper-modular { 
    width: 390px;
}
.paper-modular li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.paper-modular li:before {
    position: absolute;
    background-color: #b4c6d0;
    width: 3px;
    height: 3px;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.paper-modular li .pic {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 94px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: url(../images/reportindex/icon.png) no-repeat;
    box-sizing: border-box;
}
.paper-modular li .pic-draft {
    background-position: -74px -135px;
    color: #54cb51;
}
.paper-modular li .pic-formal {
    background-position: 0 -135px;
    color: #ff535a;
}
.paper-modular li .cont a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 328px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paper-modular li .attr {
    display: none;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}
.paper-modular li.current {
    padding-left: 85px;
    margin-bottom: 20px;
}
.paper-modular li.current:before {
    display: none;
}
.paper-modular li.current .pic {
    display: block;
}
.paper-modular li.current .cont a {
    margin-right: 0;
    width: 262px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	height: 39px;
}
.paper-modular li.current .cont p {
    display: none;
}
.paper-modular li.current .attr {
    display: block;
}
.paper-special li {
    float: left;
    margin-top: 20px;
    width: 410px;
    margin-right: 30px;
}
.paper-special li a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paper-special li a:before {
    position: absolute;
    background-color: #b4c6d0;
    width: 3px;
    height: 3px;
    content: "";
    top: 50%;
    left: 0;
}
.paper-goods-list li {
    display: inline-block;
    margin-right: 35px;
    width: 162px;
}
.paper-goods-list li:last-child {
    margin-right: 0;
}
.paper-goods-list .pic {
    margin: 0 auto 15px;
    width: 90px;
    height: 120px;
}
.paper-goods-list .pic img {
    width: 100%;
    height: 100%;
}
.paper-goods-list .tlt {
    overflow: hidden;
    height: 45px;
}
.paper-goods-list .price {
    color: #999;
    text-decoration: line-through;
}

.paper-bright { 
    width: 270px; 
}
.paper-rank-list .pic {
    position: relative;
    float: left;
    width: 52px;
    height: 64px;
    background: url(../images/reportindex/icon.png) no-repeat 0 -69px;
}
.paper-rank-list .pic i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
}
.paper-rank-list .info {
    float: right;
    width: 170px;
}
.paper-rank-list .info .tlt a {
    display: inline-block;
    height: 45px;
    overflow: hidden;
}
.paper-rank-list .img {
    float: left;
    width: 52px;
    height: 64px;
}
.paper-rank-list .img img {
    width: 100%;
    height: 100%;
}
.free-resource {
    padding: 0 15px 15px;
}
.free-resource li {
    position: relative;
    margin-top: 17px;
    padding-left: 10px;
    color: #666;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.free-resource li::before {
    position: absolute;
    background-color: #b4c6d0;
    width: 3px;
    height: 3px;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.w800 {
    width: 800px;
}

.ul-ad li {
    display: inline-block;
    width: 270px;
    margin-right: 25px;
    vertical-align: top;
}
.ul-ad li:last-child {
    margin-right: 0;
}
.ul-ad li img {
    width: 270px;
    height: 125px;
}
.ul-ad li .details {
    max-height: 45px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

/* 2024-9 新试题详情样式 */
.show-chart:hover .chart-box{
    visibility:visible;
    opacity: 1;
}

.paper-return-top {
    display: inline-block;
    background: url(../../../../res/images/root/bg-return.png) no-repeat;
    height: 52px; 
    width: 52px;
    background-position: -5px 0px;
}

.paper-return-top:hover {
    background-position: -5px -58px;
}

.feature-ul {
    margin: 15px 0 0 15px;
}

.feature-ul li {
    position: relative;
    float: left;
    text-align: center;
    padding: 9px 0;
    border-radius: 5px;
    margin-right: 15px;
}

.feature-ul li:last-child {
    margin-right: 0;
}

.feature-ul li:hover {
    background: rgba(0, 138, 251, 0.08);
}

.feature-ul li:hover  p {
    color: rgb(0, 138, 251);
}

.feature-ul li p {
    color: rgb(51, 51, 51);
    width: 70px;
    line-height: 19px;
    font-size: 12px;
    margin-top: 5px;
}

.feature-ul li img {
    position: absolute;
    top: 6px;
    right: -5px;
}

.feature-shadow {
    background: #000000;
    opacity:0.45;
    position: absolute;
    top: -5px;
    left: 0;
    bottom: -5px;
    right: 0;
    z-index: 1
}

.feature-shadow-content {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.feature-shadow-content p {
    width: 168px;
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 2px;
    margin: 5px 0 10px 0;
}

.analysi-img {
    position: absolute;
    top: -8px;
    right: -1px;
}

.new-fixed-bottom {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 13;
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(153, 153, 153, 0.4);
}

.new-fixed-nav {
    box-sizing: border-box;
    height: 100px;
    padding: 5px 15px 0 15px;
}

.new-nav-title .title-tip {
    display: inline-block;
    vertical-align: middle;
    color: rgb(0, 138, 251);
    padding: 6px 8px;
    border: 1px solid rgb(0, 138, 251);
    border-radius: 5px;
    margin-right: 15px;
    background: rgba(0, 138, 251, 0.1);
}

.new-nav-title-2 .title-tip {
    border: 1px solid rgb(218, 218, 218);
    color: #666666;
    background: rgb(244, 244, 244);
}

.new-nav-title h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 60px;
    max-width: 837px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-nav-title-2 h2 {
    max-width: 657px;
}

.new-nav-title-3 .exam-title {
    width: 900px;
    margin-top: 5px;
}

.new-nav-title-3 .exam-maintitle {
    height: 60px;
    line-height: 60px;
    border-radius: 0;
}

.new-nav-title .title-txt > span {
    display: inline-block;
    color: #666;
    margin-right: 30px;
}

.new-nav-title .title-txt > span:last-child {
    margin-right: 0;
}

.input-new-score {
    height: 30px !important;
}

.input-new-score {
    margin-bottom: 4px;
}

.input-new-area {
    width: 85px !important;
    height: 30px !important;
    margin: 0 0 4px 20px;
}

.input-new-area::placeholder {
    font-size: 12px;
    padding-left: 10px;
}

.add-type > div:last-child a {
    border: 1px dashed rgb(218, 218, 218);
    color: #333333;
}

.add-type > div:last-child:hover a {
    color: #008AFB;
    border: 1px dashed #008AFB;
    background: rgba(0, 138, 251, 0.08);
}

.add-type > div:last-child:hover .p-new-icon-05-20 {
    background-position: -100px -137px !important;
}

.add-type input {
    width: 177px;
}

.error-border {
    border: 1px solid red !important;
}