*{
    padding: 0;
    margin: 0;
}
html{
    height: 100%;
    font-size: 62.5%;
    touch-action: none;
}
body{
    /* font-family: "Ping Fang SC"; */
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    background: #eeeeee;
    color: #343544;
    font-size: 1.4rem;
    height: 100%;
}
ul, li{
    list-style: none;
}
img{
    vertical-align: middle;
}
a{
    color: #fff;
}

.mui-scroll-wrapper{
    padding-bottom: 50px;
}
.mui-content{
    background: #eeeeee;
}
.sticky .mui-content{
    background: #fff;
}
.sticky .mui-scroll{
    position: relative;
    min-height: 100%;
}
.sticky .sticky_wrapper{
    color: #343544;
    padding-bottom: 66px;
}
.sticky-footer{
    position: absolute;
    bottom: 0;
}
/* 适配iPhoneX */
/* @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .nav-bottom{
        height: 84px;
        padding-bottom: 34px !important;
    }
    .mui-scroll-wrapper{
        padding-bottom: 84px !important;
    }
    .sticky_content{
        padding-bottom: 150px;
    }
    .sticky-footer{
        margin-top: -150px;
    }
    .mui-slider-group{
        height: calc(100% - 134px) !important;
    }
} */
.header{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    background-color: #343544;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header .mui-pull-left,.header .mui-pull-right{
    width: 44px;
}
.logo{
    width: 105px;
    height: 20px;
    margin: 12px 0;
}
.logo img{
    width: 100%;
    height: 100%;
}
.header .mui-icon-search{
    color: #fff;
}
.slider{
    position: relative;
    width: 100%;
    height: 175px;
    background: #343544;
    overflow: hidden;
    z-index: auto;
}
.slider .mui-slider-group .mui-slider-item{
    vertical-align: middle;
}
.slider .mui-slider-item {
    position: relative;
    display: block;
    width: 100%;
    height: 175px;
}
.mui-slider-item img{
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.slider .mui-slider-item .btn-openwechat{
    outline: none;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    border: 1px solid #56b282;
    transform: translateX(-50%);
    color: #56b282;
    padding: 4px 30px;
    border-radius: 30px;
    background: transparent;
}
.slider .mui-slider-item .btn-openwechat.mui-active{
    background: #56b282;
    color: #fff;
}
.slider .mainPic a{
    display: block;
    width: 190.5px;
    height: 173px;
    margin: 0 auto;
}
.slider .mainPic img{
    width: 100%;
    height: 100%;
}
.slider .mui-slider-indicator .mui-indicator{
    width: 7px;
    height: 7px;
    margin: 1px 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
}
.slider .mui-slider-indicator .mui-active.mui-indicator{
    background: #56b282;
}

.grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    background: #fff;
}
.gridIndex{
    grid-template-columns: repeat(3,1fr);
}
.grid .item{
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    -webkit-tap-highlight-color: rgba(240,240,240,0.7);
}
.grid .item p{
    font-size: 1.4rem;
    color: #282a35;
    margin: 5px 0 0;
    align-self: center;
}
.grid .item img{
    width: 38px;
    height: 38px;
    align-self: center;
}
.grid .item.mui-active,.check-more a.mui-active,.common-sense.active > a.mui-active,.common-sense.hot-topic > a.mui-active{
    background: #eee;
}
.official_website{
    height: 80px;
    background: url("../images/website.jpg");
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.website_title{
    font-weight: 500;
    font-size: 17px;
}
.website_content span{
    color:#aeb3dc;
    font-size: 12px;
}
.website_btn{
    background-color: #56b282;
    margin: auto 0;
    color: #282a35;
    border-radius: 15px;
    border: 0;
    font-weight: 600;
    font-size: 1.2rem;
}
.copyTooltip{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
    display: none;
}

.copyTxt{
    width: 115px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 15px;
    margin: 293px auto;
}
.report_demonstrate{
width: 100%;
height: 90px;
background: #ff6b4e;
}

.report_demo_container{
height: 90px;
padding: 7.5px 15px;
display: flex;
flex-direction: row;
position: relative;
}
.website_content{
color: #fff;
font-size: 10px;
margin-top: 7px;
}
.report_demo_container img{
width: 72.5px;
height: 75px;
}
.report_demo_txt{
vertical-align: middle;
margin: 0 -15px 0 11.5px;
}
.report_demo_txt .reportbg-txt-tit{
font-size: 1.8rem;
color: #fff;
font-weight: 700;
margin: 10px 0 0;
}
.report_demo_txt .reportbg-txt-tit-english{
font-size: 1.5rem;
color: #fff;
margin-bottom: 0;
}
.reportbg-list li{
float: left;
color: #ffcac0;
font-size: 10px;
margin-top: 7px;
}
.reportbg-list li + li:before {
content: '/';
padding: 0 2px;
color: #ffcac0;
}
.reportshow-btn{
position: absolute;
right: 15px;
top: 31px;
width: 75px;
height: 27px;
text-align: center;
line-height: 27px;
background: #fff;
color: #ff6b4e;
font-weight: 700;
border-radius: 13.5px;
box-shadow: 7.071px 7.071px 9px rgba(203,90,68,0.5);
}
.reportshow-btn.mui-active{
color: #e53512;
background: #d4d4d4;
}
.paper_advantage_grid{
display: grid;
grid-template-columns: repeat(3,1fr);
grid-gap: 10px;
padding: 16px 11px;
background: #fff;
}
.paper_advantage_grid .item > div{
padding: 10px 8px;
width: 100%;
height: 61.5px;
font-size: 1.4rem;
font-weight: 700;
line-height: 2rem;
color: #fff;
background-size: 100%;
border-radius: 5px;
}
.paper_advantage_grid .item > p{
font-size: 1.1rem;
color: #282a35;
margin: 5px 0 0;
line-height: 1.6rem;
}
.bg_cloud{
background: url(../images/virtue_001.png) no-repeat;
}
.bg_library{
background: url(../images/virtue_002.png) no-repeat;
}
.bg_arithmetic{
background: url(../images/virtue_003.png) no-repeat;
}

.column_link{
width: 100%;
padding: 10px;
}
.column_link_item{
border-radius: 4px;
background: #fff;
margin-bottom: 20px;
}
.column_link_item img{
width: 15px;
height: 15px;
margin-top: -4px;
margin-right: 5px;
}
.column_link_item .item-header{
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
height: 44px;
line-height: 44px;
padding: 0 10px;
z-index: 1;
}
.column_link_item .item-header a{
display: block;
width: 50%;
}
.column_link_item .item-header:after{
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 100%;
height: 1px;
transform: scaleY(.5);
-webkit-transform: scaleY(.5);
background: #d4d4d4;
}
.column_link_item .title{
font-size: 1.5rem;
font-weight: 700;
color: #282a35;
}
.column_link_item .more{
font-size: 1.2rem;
color: #282a35;
text-align: right;
}
.column_link_item .more > span{
font-size: 16px;
}
.common-sense-header .more > span{
font-size: 14px;
}
.column_link_item .mui-table-view{
background: transparent;
}
.column_link_item .mui-table-view-cell{
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
font-size: 1.3rem;
padding: 9px 10px;
}
.column_link_item .mui-table-view .mui-table-view-cell + .mui-table-view-cell {
border-top: 0.5px dotted #d4d4d4;
}
.column_link_item .mui-table-view-cell:after,.mui-table-view:before,.mui-table-view:after{
height: 0;
}
.column_link_item .mui-table-view-cell > a:not(.mui-btn){
margin: -11px -10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.cooperate_partner{
width: 100%;
margin: 0 auto 20px;
text-align: center;
}
.cooperate_partner p{
font-size: 1.4rem;
color: #282a35;
font-weight: 700;
margin-bottom: 20px;
}
.cooperate_partner > img{
width: 355px;
height: 51px;
}

.footer{
width: 100%;
padding: 10px 20px;
background: #343544;
color: #fff;
}
.footer-link,.industry-certification{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.footer-link a{
font-size: 1.2rem;
color: #fff;
line-height: 2.5rem;
font-weight: 700;
}
.industry-certification{
align-items: center;
margin: 5px 0;
}
.industry-certification li{
float: left;
}
.industry-certification li + li{
margin-left: 26px;
}
.industry-certification .img1{
width: 47.5px;
height: 17.5px;
}
.industry-certification .img2{
width: 53.5px;
height: 20.5px;
}
.industry-certification .img3{
width: 74.5px;
height: 17.5px;
}
.industry-certification .img4{
width: 40px;
height: 40px;
}
.copyright{
font-size: 1rem;
text-align: center;
}

.mui-bar{
box-shadow: none;
}
.nav-bottom > .mui-tab-item,.mui-icon{
touch-action: none;
}
.nav-bottom > .mui-tab-item > .nav-bar-icon{
width: 21px;
height: 21px;
margin: 6px auto 0;
}
.nav-bottom > .mui-tab-item > .icon1{
background: url(../images/index1.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-tab-item > .icon2{
width: 18px;
height: 22.5px;
background: url(../images/zhishi1.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-tab-item > .icon3{
width: 24px;
height: 23px;
background: url(../images/xingqiu1.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-tab-item > .icon4{
background: url(../images/wode1.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-active > .icon1{
background: url(../images/index2.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-active > .icon2{
background: url(../images/zhishi2.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-tab-item > .icon4{
background: url(../images/submit1.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-active > .icon1{
background: url(../images/index2.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-active > .icon2{
background: url(../images/zhishi2.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-active > .icon3{
background: url(../images/xingqiu2.png) no-repeat;
background-size: 100%;
}
.nav-bottom > .mui-active > .icon4{
background: url(../images/submit2.png) no-repeat;
background-size: 100%;
}
.mui-tab-label{
font-size: 1.1rem;
}
.mui-bar-tab .mui-tab-item.mui-active{
color: #56b282;
}
.footer_descript{
display: none;
}

/* PP星球 */
.pp-star .mui-content{
    background: #eee;
}
.main_content{
    margin: 20px 10px;
    background: #fff;
    border-radius: 8px;
}
.cnki_receive,.exchange_rules{
    width: 300px;
    margin: 0 auto;
    padding: 20px 10px;
}
.signother{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.signother .title{
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #56b282;
    padding: 0 1rem;
}
.signother .title:before,.signother .title:after{
    content: '';
    width: 28px;
    height: 1px;
    background: #56b282;
    position: absolute;
    top: 10px;
}
.signother .title:before{
    left: -42px;
}
.signother .title:after{
    right: -42px;
}
.signother .diamond{
    display: block;
    width: 7.5px;
    height: 7.5px;
    transform: rotateZ(45deg);
    background: #56b282;
}
.unclaimed,.claimed{
    display: grid;
    width: 280px;
    height: 75px;
    background: url(../images/unclaimed.png) no-repeat;
    background-size: 100%;
    align-items: center;
    border-radius: 4px;
    position: relative;
    text-align: left;
}
.claimed,.receive_awards > a.mui-active{
    background: url(../images/claimed.png) no-repeat;
    background-size: 100%;
}
.receive_awards a{
    margin-top: 15px;
}
.receive_awards .awards{
    height: 32px;
    grid-column: 1/3;
    grid-row: 1/2;
    color: #f65641;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 12px 11px 0;
}
.receive_awards .receiveBtn{
    grid-column: 3;
    grid-row: 1/3;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 2.8rem;
    position: absolute;
    right: 14px;
}
.receive_awards .explain{
    height: 32px;
    grid-column: 1/3;
    grid-row: 2;
    font-size: 1.2rem;
    color: #67686e;
    padding: 2px 11px 0;
}
.split_line{
    position: relative;
    border-bottom: 2px dotted #eeeeee;
}
.split_line:before,.split_line:after{
    content: '';
    position: absolute;
    top: -7.5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #eee;
}
.split_line:before{
    left: -7.5px;
}
.split_line:after{
    right: -7.5px;
}
.exchange_rules_txt{
    line-height: 2.5rem;
    margin:15px -10px 0 0;
}
.exchange_rules a{
    color: #343544;
}
.top_header{
    box-shadow: none;
    background: #343544;
}
.top_header .mui-title,.header .mui-title{
    color: #fff;
}
.top_header a{
    color: #fff;
}
.detail_content{
    text-align: center;
    padding: 20px;
    line-height: 2.5rem;
}
.detail_content .title{
    font-size: 1.8rem;
}
.detail_content .ways{
    text-align: left;
    padding: 15px 0;
}
.detail_content .PP_code img{
    width: 180px;
    height: 180px;
}
.detail_content .bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.detail_content .bottom .collection img{
    width: 20px;
    height: 19px;
    margin: -5px 0 0 0;
}
/* PP星球活动页 */
.active_content{
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    background: url(/https/m.paperpass.com/images/active_bg.png) no-repeat;
    background-size: 100% 100%;
}
.active_top{
    width: 343.5px;
    height: 482.5px;
    margin: 0 auto;
    padding: 15px 40px;
    background: url(/https/m.paperpass.com/images/top_bg.png) no-repeat;
    background-size: 100% 100%;
}
.active_content .title{
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}
.active-title img{
    width: 333.5px;
    height: 74px;
    margin: 70px -30px 20px -30px;
}
.active_top p,.active_bottom p{
    color: #0655d8;
    font-size: 1.7rem;
    text-align: left;
    font-weight: 700;
    margin-bottom: 5px;
}
.active_top .text,.active_bottom .text{
    text-align: left;
    font-size: 1.5rem;
    line-height: 26px;
    color: #343544;
    margin-bottom: 15px;
}
.active_bottom{
    width: 316px;
    height: 168px;
    margin: -20px auto 20px;
    padding: 50px 30px 0 30px;
    background: url(/https/m.paperpass.com/images/bottom_bg.png) no-repeat;
    background-size: 100% 100%;
}
.activeBtn img{
    width: 264px;
    height: 54px;
}
.active_bottom p,.active_bottom .text{
    color: #fff;
}
.mark{
    width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    text-align: left;
    font-size: 1.3rem;
}

/* 知识专栏 */
.header-right{
    position: relative;
}
.header-right .mui-icon-search{
    color: #fff;
    position: absolute;
    right: 40px;
}
.PP_breadcrumb{
    padding: 10px 25px;
}
.PP_breadcrumb > .breadcrumb{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.3rem;
}
.PP_breadcrumb > .breadcrumb a{
    color: #282a35;
}
.PP_breadcrumb > .breadcrumb h1,.PP_breadcrumb > .breadcrumb li.active a{
    display: inline;
    color: #56b282;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 700;
}
.PP_breadcrumb > .breadcrumb li + li::before{
    padding: 0 3px;
    content: ' > ';
    color: #282a35;
}
.common-sense{
    margin: 0 10px 16px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.common-sense-header{
    position: relative;
    height: 44px;
    line-height: 40px;
    font-size: 1.2rem;
    padding: 2px 15px;
    color: #56b282;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.common-sense-header .title{
    font-size: 1.5rem;
    font-weight: 700;
    color: #282a35;
    padding-left: 10px;
}
.common-sense-header h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 10px;
}
.mui-icon-loop{
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
    transform: rotate(0deg);
    transition: transform 1s ease;
}
.common-sense-header .title:before{
    position: absolute;
    left: 15px;
    top: 12px;
    content: '';
    width: 4px;
    height: 18px;
    background: #56b282;
}
.common-sense-list{
    position: relative;
    height: 95px;
    padding: 11px 15px;
}
.common-sense-list img,.mui-table-view .mui-media-object{
    width: 99px;
    max-width: 99px;
    height: 74px;
    border-radius: 4px;
    margin-left: 15px;
}
.list-body{
    position: relative;
    height: 74px;
}
.mui-table-view-cell>a:not(.mui-btn){
    white-space: normal;
}
.list-body .title{
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #282a35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list-body .mui-ellipsis{
    position: absolute;
    bottom: 0px;
    left: 0;
    /* right: 114px; */
}
.common-sense-list > .mui-ellipsis{
    width: calc(100% - 145px);
    position: absolute;
    bottom: 8px;
    left: 15px;
    z-index: 2;
}
.list-body .mui-ellipsis a,.common-sense.recommend .mui-ellipsis span,.common-sense-list > .mui-ellipsis > a{
    font-size: 1.2rem;
    color: #67686e;
    margin-right: 10px;
}
.common-sense-list:after,.check-more:after,.hot-topic .keywords:after,.paper-pagination:after{
    position: absolute;
    top: 0;
    height: 1px;
    content: '';
    left: 15px;
    right: 15px;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    background: #d4d4d4;
}
.common-sense .mui-table-view-cell:last-child:after, .mui-table-view-cell:last-child:before,.nav-list .mui-table-view-cell:last-child:after{
    height: 1px;
}
.check-more{
    position: relative;
    width: 100%;
    line-height: 40px;
    text-align: center;
}
.check-more a{
    display: block;
    color: #56b282;
}
.hot-topic .keywords{
    position: relative;
    padding: 11px 15px;
}
.hot-topic .keywords span{
    color: #56b282;
}
.hot-topic .keywords a{
    color: #282a35;
    line-height: 25px;
    display: inline-block;
    width: calc(33.3% - 9px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 6px;
}
.knowledge_focus_right{
    max-width: calc( 100% - 120px );
    overflow: hidden;
    color: #282a35;
    font-size: 1.3rem;
}
.knowledge_focus_right > span,.knowledge_focus_right > a{
    color: #56b282;
}
.knowledge_focus_right > a{
    text-decoration: underline;
}
.hot-topic .keywords > a:nth-child(3n){
    margin-right: 0;
}

.cnki .common-sense-list:first-child:after,.skill .common-sense-list:first-child:after{
    height: 0;
}
.paper-pagination{
    position: relative;
    padding: 15px 0 10px;
}
.mui-pagination>li>a, .mui-pagination>li>span{
    color: #282a35;
    margin: 0 2.5px;
    border-radius: 4px !important;
}
.mui-pagination>li.mui-active>a, .mui-pagination>li.mui-active>a:active, .mui-pagination>li.mui-active>span, .mui-pagination>li.mui-active>span:active, .mui-pagination>li:active>a, .mui-pagination>li:active>a:active, .mui-pagination>li:active>span, .mui-pagination>li:active>span:active{
    background: #56b282;
    border-color: #56b282;
}

/* 搜索页面 */
.page_search{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: visible;
    background: #fff;
    transform: translate3d(0, 100%, 0px);
    -webkit-transition: -webkit-transform 350ms;
    transition: transform 350ms cubic-bezier(.165,.84,.44,1);
}
.search-content{
    padding: 44px 20px 0;
}
.mui-icon-back,.mui-action-menu{
    color: #fff;
}
.search-input{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 20px auto;
}
.search-input .mui-icon-search{
    position: absolute;
    top: 8px;
    left: 8px;
    font-weight: 700;
}
.search-input-left{
    position: relative;
    width: calc(100% - 68px);
}
.search-input input{
    padding: 0 40px;
    border: 1px solid #56b282;
    border-radius: 20px 0 0 20px;
    margin-bottom: 0;
    font-size: 1.4rem;
}
.search-input input::-webkit-input-placeholder,.mui-input-row input::-webkit-input-placeholder{
    color: #999;
    font-size: 1.4rem;
}
.search-input .searchBtn{
    width: 68px;
    height: 40px;
    font-size: 1.6rem;
    background: #56b285;
    color: #fff;
    border-color: #56b285;
    border-radius: 0 20px 20px 0;
}
.history-search,.hot-search,.search-recommend{
    margin: 30px 0;
}
.history-search p,.hot-search p,.search-recommend p{
    font-size: 1.6rem;
    font-weight: 700;
    color: #282a35;
}
.delete img{
    width: 18px;
    height: 18.5px;
}
.tag a{
    white-space: nowrap;
    padding: 6px 12px;
    color: #282a35;
    line-height: 40px;
    background: #f8f8f8;
    border-radius: 16px;
    margin: 0 10px 0 0;
}
.mui-input-group:before,.mui-input-group:after{
    height: 0;
}

/* 论文详情 */
.common_sense_article{
    background: #fff;
    padding: 10px 20px;
    color: #333444;
    margin-bottom: 15px;
}
.article-title h1{
    font-size: 1.6rem;
    line-height: 25px;
}
.article-title .sub{
    font-size: 1.2rem;
    color: #67686e;
    margin: 8px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.article-title .sub .sub-left span{
    margin-right: 10px;
}
.article-title .sub .art-collection img{
    width: 15px;
    height: 14.5px;
    margin: -4px 2px 0 0;
}
.article-content{
    height: auto;
    line-height: 24px;
    margin: 10px 0;
}
.article-content a{
    color: #333444;
}
.article-content p{
    color: #333444;
}
.hid-overflow{
    height: 468px;
    overflow: hidden;
}
.article-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.3rem;
    color: #67686e;
}
.article-bottom  .sense-words{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-bottom a{
    color: #67686e;
    margin-right: 5px;
}
.common_sense_article .signother,.learn_more{
    color: #56b282;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
}
.learn_more{
    position: relative;
    padding: 10px 0 10px 0;
    font-size: 1.4rem;
    display: none;
}
.learn_more .mui-icon-arrowdown,.learn_more .mui-icon-arrowup{
    font-size: 18px;
}
.common_sense_article .signother:before{
    content: '';
    display: block;
    width: calc(50% - 70px);
    height: 1px;
    background: #56b282;
    position: absolute;
    left: 0;
    top: 10.5px;
}
.common_sense_article .signother:after{
    content: '';
    display: block;
    width: calc(50% - 70px);
    height: 1px;
    background: #56b282;
    position: absolute;
    top: 10.5px;
    right: 0;
}
.disclaimer{
    font-size: 1.3rem;
    color: #67686e;
    margin: 10px 0 10px 0;
}
.up_down_article{
    position: relative;
    padding: 10px 0;
}
.up_down_article:before,.learn_more:before{
    position: absolute;
    top: 0;
    height: 1px;
    content: '';
    left: 0;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    background: #d4d4d4;
}
.up_down_article a{
    color: #333444;
    margin-left: 5px;
}
.up_down_article li{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 24px;
}

/* 侧滑菜单 */
.mui-off-canvas-left, .mui-off-canvas-right{
    background: #fff;
}
.nav-list{
    margin-top: 44px;
}
.mui-table-view-cell:after{
    right: 15px;
    background: #d4d4d4;
}
.mui-navigate-right:after, .mui-push-left:after, .mui-push-right:after{
    color: #343544;
}

.nav-middle{
    position: relative;
    height: 44px;
}
.nav-middle .mui-bar{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #fff;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(75,75,75,0.09);
}
.nav-middle .mui-bar a{
    color: #343544;
    line-height: 44px;
    touch-action: none;
}
.nav-middle .mui-tab-item.mui-active{
    color: #56b282;
}
.nav-middle .mui-icon-arrowdown,.nav-middle .mui-icon-arrowup{
    font-size: 18px;
    margin-left: -4px;
}
.sub_popover{
    width: 100%;
    position: absolute;
    top: 44px;
    z-index: 9;
    display: none;
}
.sub_popover .mui-table-view{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-radius: 0;
    background: #fff;
}
.sub_popover .mui-table-view .mui-table-view-cell{
    text-align: center;
}
.sub_popover .mui-table-view-cell:after,.sub_popover .mui-table-view-cell:last-child:after,.sub_popover .mui-table-view-cell:last-child:before{
    height: 0;
}
.detail-cnki .common-sense-header:after,.recom-detail .common-sense-header:after{
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    content: '';
    height: 1px;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    background: #d4d4d4;
}
.new-hot{
    border:0;
    display: inline;
    width: auto;
}
.new-hot .mui-control-item{
    display: inline;
    color: #333444;
    border-color: #333444;
    font-weight: 400;
    font-size: 1.2rem;
    padding-left: 10px;
}
.new-hot .mui-control-item:first-child{
    padding-right: 6px;
}
.new-hot .mui-control-item.mui-active{
    background-color: #fff;
    color: #56b282;
}
.new-hot a:before{
    width: 0;
}
.segmented-control-content .mui-table-view-cell:after{
    height: 0;
}
.segmented-control-content .mui-table-view-cell{
    padding: 9px 10px;
    margin: 0 15px;
    border-bottom: 0.5px dotted #d4d4d4;
}
.segmented-control-content .mui-table-view-cell a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.segmented-control-content .mui-table-view-cell:last-child{
    border-bottom: 0;
}
.segmented-control-content .mui-table-view-cell:last-child:after{
    height: 0;
}

/* 登录 */
.login-content{
    width: 80%;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
}
.big-logo{
    width: 226px;
    height: 41px;
    margin: 0 0 10px;
}
.subTitle span{
    position: relative;
    font-size: 1.2rem;
}
.subTitle span:before{
    content: '';
    position: absolute;
    left: -30px;
    top: 6px;
    height: 1px;
    width: 25px;
    background: -webkit-linear-gradient(right,#000,#fff);
}
.subTitle span:after{
    content: '';
    position: absolute;
    right: -30px;
    top: 6px;
    height: 1px;
    width: 25px;
    background: -webkit-linear-gradient(left,#000,#fff);
}
.login-content h4{
    font-size: 1.6rem;
    margin: 25px 0 20px;
}
.login-content .mui-input-row{
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    margin-bottom: 20px;
}
.mui-input-row:hover{
    border-color: #56b282;
}
.login-content .mui-input-group .mui-input-row:after{
    height: 0;
}
.login-content .mui-input-row label{
    position: relative;
    width: 20%;
    padding: 10px 15px;
}
.mui-input-row label:after{
    position: absolute;
    right: 5px;
    top: 12.5px;
    content: '';
    height: 15px;
    width: 1px;
    background: #d4d4d4;
}
.mui-input-row label~input{
    width: 80%;
    padding: 0 8px;
    font-size: 1.4rem;
}
.mui-input-row.sm label~input{
    padding: 0 100px 0 8px;
}
.login-content .mui-input-row .icon1 img{
    width: 13px;
    height: 20px;
}
.login-content .mui-input-row .icon2 img{
    width: 17px;
    height: 20px;
}
.login-content .mui-input-row .icon4 img{
    width: 18px;
    height: 16.5px;
}
.mui-input-row .mui-input-password~.mui-icon-eye{
    right: 10px;
}
.login-content .mui-button-row.mui-checkbox{
    margin-top: 10px;
    font-size: 1.1rem;
}
.mui-checkbox input[type=checkbox]{
    position: static;
    width: 16px;
    height: 16px;
}
.mui-checkbox input[type=checkbox]:before{
    font-size: 16px;
}
.login-content a{
    color: #343544;
}
.login-content .mui-button-row.mui-checkbox span,.mui-checkbox input[type=checkbox]:checked:before,.mui-input-row .mui-input-password~.mui-icon-eye.mui-active{
    color: #56b282;
}
.mui-input-group .mui-button-row{
    height: 40px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
}
.mui-btn-primary{
    width: 100%;
    padding: 8px 15px;
    border-color: #56b282;
    background-color: #56b282;
    border-radius: 20px;
    font-size: 1.6rem;
    box-shadow: 0px 8px 9.3px 0.7px rgba(1, 51, 25, 0.16);
}
.mui-btn-primary.mui-active:enabled, .mui-btn-primary:enabled:active{
    border-color: #399867;
    background-color: #399867;
}
.otherWays{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15px;
    line-height: 40px;
}
.otherWays .green{
    color: #56b282;
}
.jiyan{
    line-height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
}
.icon3 img{
    width: 12px;
    height: 20px;
}
.codeBtn{
    position: absolute;
    right: 20px;
    top: 10.5px;
    width: 60px !important;
    border: 0;
    padding: 0;
    color: #67686e;
}
.codeBtn:before{
    content: '';
    position: absolute;
    right: 70px;
    height: 15px;
    width: 1px;
    background: #67686e;
}
.success-page{
    width: 70%;
}
.success-page .successIcon{
    width: 37px;
    height: 37px;
    margin: 10px 0 0 0;
}
.success-page h4{
    color: #ff4e18;
    font-size: 1.6rem;
    margin: 20px 0 10px 0;
}
.success-page ul li{
    margin: 0 auto;
    text-align: left;
    list-style: disc;
    line-height: 24px;
    margin-right: -20px;
}
.pp-btn{
    width: 130px;
    margin-top: 30px;
}
.sign .mui-content{
    background: #fff;
    text-align: center;
}
.login-content .form-group.has-error .mui-input-row{
    overflow: visible;
    margin-bottom: 35px;
    border-color: #a94442;
}
.help-block{
    margin: 5px 0 0 20px;
    font-size: 1.1rem;
    text-align: left;
    color: #a94442;
}

/* 用户协议 */
.page_agreen{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: visible;
    background: #fff;
    transform: translate3d(100%, 0, 0px);
    -webkit-transition: -webkit-transform 350ms;
    transition: transform 350ms cubic-bezier(.165,.84,.44,1);
}
.page_agreen .mui-content{
    background: #fff;
}
.agreen-content{
    padding: 15px 20px;
    line-height: 25px;
}
.agreen-content p{
    color: #343544;
}
.agreen-content h4{
    margin-bottom: 10px;
}
.mui-icon-eye:before{
    display: inline-block;
    width: 17px;
    height: 8px;
    content: '';
    background: url('/https/m.paperpass.com/images/eye1.png') no-repeat;
    background-size: 100%;
}
.mui-icon-eye.mui-active:before{
    width: 20px;
    height: 14px;
    background: url('/https/m.paperpass.com/images/eye2.png') no-repeat;
    background-size: 100%;
}

/* 我的 */
.bg-personal{
    width: 100%;
    height: 195px;
    position: absolute;
    top: 0;
    background: #eee;
}
.bg-personal img{
    width: 100%;
    height: 139px;
}
.bg-personal .header{
    background: rgba(255,255,255,0);
}
.mine-card {
    position: absolute;
    top: 54px;
    width: 100%;
}
.mine-card .mui-table-view{
    margin: 0 20px 0 20px;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px 0;
    box-shadow: 0px 9px 13px rgba(10,43,29,0.06);
}
.mine-card .mui-table-view .mui-media-object.mui-pull-left{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    overflow: hidden;
    background: #cfcfcf;
}
.mine-card .mui-media-body{
    text-align: left;
    padding-left: 10px;
    font-size: 1.8rem;
}
.mine-card .mui-media-body p{
    color: #343544;
    font-size: 1.2rem;
    margin-top: 5px;
}
.card-bottom{
    padding: 11px 15px;
}
.mui-table-view-chevron .mui-table-view-cell.card-bottom{
    padding-right: 15px;
}
.card-bottom .mui-pull-left span{
    color: #56b285;
}
.card-bottom .mui-pull-right span{
    color: #f65641;
}
.mine-card .mui-table-view-cell:after,.mine-list .mui-table-view-cell:after,.mui-table-view-cell.coll-list:after{
    left: 0;
    right: 0;
}
.setting .mui-content{
    background: #eee;
}
.mine-list{
    width: 100%;
    text-align: left;
    position: absolute;
    top: 195px;
    font-size: 1.6rem;
}
.mine-list .zhuyeIcon1{
    width: 16px;
    height: 18px;
}
.mine-list .zhuyeIcon2{
    width: 20px;
    height: 20px;
}
.mine-list .zhuyeIcon3{
    width: 20px;
    height: 19px;
}
.mine-list .zhuyeIcon4{
    width: 20px;
    height: 20px;
}
.mine-list img{
    margin: 0 12px;
    vertical-align: -4px;
}
.mine-list .mui-table-view-cell:last-child:after,.mui-table-view-cell.coll-list:last-child:after{
    height: 1px;
}

.mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar{
    background: #56b282;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item span{
    width: 100px;
    display: block;
    margin: 0 auto;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #56b282;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active span{
    border-bottom: 2px solid #56b282 !important;
}
.mui-segmented-control .mui-control-item{
    line-height: 42px;
}
.mui-segmented-control.mui-segmented-control-inverted{
    z-index: 1;
    height: 44px;
    box-shadow: 0px 4px 4px rgba(75,75,75,0.09);
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{
    border: 0;
}
.collection{
    height: 100%;
}
.collection .mui-content{
    height: 100%;
    background: #fff;
}
.mui-slider{
    height: 100%;
}
.mui-slider .mui-slider-group{
    height: calc(100% - 44px);
}
.mui-slider-group p{
    width: calc(100% - 100px);
    color: #343544;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.mui-slider-group span{
    font-size: 1.2rem;
    color: #67686e;
}
.coll-list{
    text-align: left;
}
.coll-list .content{
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    font-size: 1.3rem;
}
.coll-list .word{
    height: 22px;
    margin: 8px 0 -2px 0;
}
.coll-list .word a{
    font-size: 1.2rem;
    color: #343544;
    margin-right: 5px;
}
.coll-list .word a span{
    color: #56b282;
}

.setting .mine-list{
    top: 44px;
}
.mine-list .settingIcon1{
    width: 15px;
    height: 18px;
}
.mine-list .settingIcon2{
    width: 19px;
    height: 19px;
}
.mine-list .settingIcon3{
    width: 17px;
    height: 19px;
}
.mine-list .settingIcon4{
    width: 18px;
    height: 20px;
}

/* 论文查重 */
.cnki-procedure{
    padding: 5px 20px;
}
.cnki-procedure p{
    text-align: left;
    color: #343544;
    margin-bottom: 5px;
}
.cnki-procedure img{
    width: 100%;
    height: auto;
}
.step .title{
    width: 150px;
    margin: 30px auto 15px;
    color: #56b282;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.step .title:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    width: 10px;
    height: 2px;
    background: #56b282;
}
.step .title:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 15px;
    width: 10px;
    height: 2px;
    background: #56b282;
}
.step a{
    color: #56b282;
}
.step > div{
    margin-bottom: 18px;
}

/* 新增活动页面 */
.newActive{
    background: #9ce4ff !important;
}
.new_active_content img{
    width: 100%;
    margin-top: -5px;
}
.newActive .login-content{
    width: 90%;
    padding: 20px 30px;
    background: #fff;
    border-radius: 8px;
    margin: 20px auto 0;
}
.new_active_desc{
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 15px;
}
.new_active_desc p,.newActive .new_active_bottom p{
    font-size: 1.3rem;
    color: #343544;
    font-weight: 500;
    margin-bottom: 5px;
}
.newActive .new_active_bottom{
    width: 323px;
    height: 188px;
    margin: 0 auto 20px;
    background: url('/https/m.paperpass.com/images/new_bottom_bg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: -10px;
    color: #fff;
    padding: 35px 20px 0 20px;
    font-size: 1.2rem;
}
.newActive .new_active_bottom p{
    color: #fff;
}

.focus-pagination::after{
    height: 0;
}


.page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: #343643;
    
}

.page .container {
    display: grid;
    gap: 150px;
    place-items: center;
    color: #fff;
    transform: translateY(-40%);
}

.page .btn-openwechat, .page .btn-openwechat-list{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 36px;
    background-color: #6DAE85;
    border: 0;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page .btn-loading {
    display: flex;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #fff;
    -webkit-animation: f 1s steps(60) infinite;
    animation: f 1s steps(60) infinite;
}

.page .btn-loading:after, .page .btn-loading:before {
    content: "";
    width: 8px;
    height: 16px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: currentColor;
    opacity: .5;
}

.page .btn-loading:before {
    border-right-width: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000 8%, rgba(0, 0, 0, .3) 95%);
}

.page .btn-loading:after {
    border-left-width: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-mask-image: -webkit-linear-gradient(225deg, transparent 45%, rgba(0, 0, 0, .3) 95%);
}

@keyframes f {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.page .dot {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: currentColor;
    opacity: .5;
}


.page .hidden {
    display: none;
}

