* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

body,
html {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-family: pingfangsc-regular, sans-serif;
    background-color: #f5f5f5;
}

.app-header {
    width: 100%;
    height: auto;
    padding: 11px 0;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 700;
    transition: top .5s;
    position: sticky;
    top: 0;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 6%);
}

.react-header-box {
    margin: 0 .22rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.react-header-title {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 5px;
}

.app-header-from {
    width: 5.115rem;
    display: inline-block;
    background: #fff;
    position: relative;
    border: 1px solid #333;
    border-radius: 20px;
}

.input-search {
    z-index: 1;
    width: 66%;
    color: #000;
    background: none;
    outline: none;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}


.search-icon {
    margin-left: 10px;
}

.content {
    width: 100%;
    overflow: hidden;
    font-family: '仿宋';
}
.content img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.page-conten {
    min-height: 640px;
    background-color: #fff;
    margin: 10px;
    border-radius: 12px;
    padding: .48rem .18rem 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    overflow: hidden;
    color: #333;
    position: relative;
    margin-bottom: 10px;
    text-align: justify;
}
.page-conten h3{
    font-size: 22px;
    margin: 40px auto;
    padding-top: 60px;
    text-align: center;
    border-top: 1px solid #999999;
}
.conten-title {
    color: #222;
    display: -webkit-box;
    font-size: 23px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: center;
}

.conten-title .iconif {
    float: left;
    margin-top: 6px;
}

.page-conten .pager {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #999;
    width: 100%;
    margin: 25px 0 10px 0;
}

.page-conten p {
    color: #333;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    text-indent: 2em;
}
.page-conten p.active{
    background: #fff4e8;
}
.app-relevant {
    border-radius: 12px;
    margin: 10px;
    max-height: 640px;
    overflow: hidden;
    background: #fff;
    padding: .42rem .22rem .32rem;
}

.relevant-title {
    width: 100%;
    font-family: pingfangsc-medium;
    font-size: .4rem;
    color: #222;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 6px;
}
.relevant-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.relevant-li:last-child {
    border: 0px;
}
.relevant-li{
    width: 48%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.relevant-li a {
    display: block;
    box-sizing: border-box;
    font-family: pingfangsc-regular;
    line-height: 36px;
    color: #1f1f1f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.relevant-li .text {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #1f1f1f;
    margin: 0 .16rem;
}

.relevant-li .go-read {
    width: 1.8rem;
    height: .54rem;
    line-height: .54rem;
    border-radius: 0.1rem;
    text-align: center;
    color: #999;
    font-size: 12px;
    border: 1px solid #979797;
}

.relevant-more {
    width: 6.7rem;
    height: 39px;
    font-family: pingfangsc-semibold;
    font-size: 13px;
    color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 59.2%, .4);
    border-radius: 0.2rem;
    margin-top: 7px;
}

.selected {
    position: relative;
    background: #fff;
    background-image: linear-gradient(180deg, rgba(3, 182, 104, .11), hsla(0, 0%, 100%, 0) 45%);
    border-radius: 9px;
    padding: 0.2rem 0.22rem 0.4rem;
    margin: 10px;
    box-sizing: border-box;
}

/* 精选 */
.selected-left,
.selected-right {
    width: .2rem;
}

.selected-title {
    display: flex;
    justify-content: center;
}

.selected-in {
    color: #03b668;
    font-size: 20px;
    font-weight: 700;
    margin: 0 10px;
    transform: scalex(.8);
}

.selected-p {
    text-align: center;
    color: #858585;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: .24rem;
}

.selected-wrap {
    width: 100%;
}

.selected-h1 {
    width: 100%;
    overflow: hidden;
}

.selected-wj {
    width: 0.38rem;
    float: left;
    margin-top: 3px;
}

.hn_icon {
    float: left;
    max-width: 4.4rem;
    font-size: .32rem;
    color: #03b668;
    margin-bottom: 0.15rem;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0.1rem;
}

.selected-n {
    float: left;
    font-size: .32rem;
    color: #1f1f1f;
    margin-bottom: 0.15rem;
    letter-spacing: 0;
}

.selected-ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.selected-li {
    position: relative;
    margin-bottom: 0.25rem;
    display: none;
}
.selected-active{
    display: block;
}
.selected-text {
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.selected-name {
    max-width: 5.4rem;
    margin: 0 0.01rem;
    color: #1f1f1f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.selected-score {
    padding-left: 46px;
    font-size: 12px;
    color: #858585;
    margin-top: 0.12rem;
}

.selected-ul .line {
    width: 1px;
    height: 99.5%;
    position: absolute;
    background: #ccc;
    top: 0;
    left: 0.1rem;
}

.linespan {
    display: flex;
    align-items: center;
    position: absolute;
    top: 14px;
    left: 0.1rem;
}

.linespan .line-x {
    background: #ccc;
    width: 12px;
    height: 1px;
}

.linespan .line-y {
    border-radius: 50%;
    background: #ccc;
    width: 3px;
    height: 3px;
}

.btndown4 {
    position: relative;
    padding-top: 10px;
}

.text-tit {
    font-size: 14px;
    color: #03b668;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.btndown4 .linespan {
    top: 21px;
}

.download {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #03b668;
    border-radius: 0.2rem;
    font-size: .33rem;
    color: #03b668;
    margin-top: .3rem;
    font-weight: 700;
    height: .76rem;
    position: relative;
}

.download .dw {
    position: absolute;
    right: -25px;
    top: -14px;
    font-size: 12px;
    background: red;
    line-height: 15px;
    padding: 2px 8px;
    border-radius: 70px 50px 50px 0;
    color: #fff;
    transform: scale(.85);
    text-align: right;
}
.footer_xf{
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    padding: 7px 0 6px;
    box-sizing: border-box;
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
    font-size: 0;
    transition: bottom .5s;
    background-size: contain;
    background-position: 50%;
    z-index: 500;
    display: flex;
    justify-content: space-around;
}
.footer_copy{
    color: rgb(3, 182, 104);
    border: 1px solid rgb(3, 182, 104);
    border-radius: 0.2rem;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    font-size: .32rem;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    width: 3.38rem;
    text-align: center;
}
.footer_down{
    border-radius: 0.2rem;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    font-size: .32rem;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    width: 3.38rem;
    text-align: center;
    background-image: linear-gradient(136deg,#03b668,#03b668);
    color: #fff;
}
#react{
    padding-bottom: 60px;
}
.nav-div{
    background: #fff;
    margin: 10px 10px 0;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    display: flex;
}
.nav-div span{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search_box {
    flex: 1;
    height: 36px;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 50px;
    
}
.typeahead__filter {
    display: block;
    width: 70px;
    position: relative;
}

.typeahead__filter .type_button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    color: #555;
    background: #f5f5f5;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 14px;
}

.typeahead__filter .type_button:after {
    display: inline-block;
    margin-left: 4px;
    width: 0;
    height: 0;
    vertical-align: 0px;
    content: "";
    border: 4px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.typeahead__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 92%;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box;
}
.typeahead__dropdown li{
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
}
.filter_on .typeahead__dropdown{
    display: block;
}
.search-input {
    width: 65%;
    font-size: 13px;
    color: #000;
    outline: none;
    border: none;
    height: 100%;
    background: #f5f5f5;
    text-indent: 2em;
    border-radius: 50px;
}
.input-icon{
    width: 60px;
    height: 100%;
    background-image: ;
    background-size: 30%;
    background-repeat: no-repeat;
    margin-left: 15px;
    background-position-y: 9px;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    line-height: 36px;
}
.search_wrap{
    width: 100%;
    height: auto;
    background: #fff;
        padding: 5px 0;
}
.li-more_btn{
    width: 100%;
    text-align: center;
    
}
.page-conten .iconif{
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}
.page-conten .text{
    float: left;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#right_copy{
        position: fixed;
        right: 9px;
        bottom: 20%;
        background-image: linear-gradient(136deg,#03b668,#03b668);
        color: #fff;
        padding: 6px;
        border-radius: 0.1rem;
        font-size: .32rem;
        font-weight: 700;
        display: none;
}
footer{
    padding: 0px 0;
}
footer p {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
}
 .newdiv{
            display: block;
            text-align: center;
            font-size: 13px;
            color: #333333;
            border: 0.01rem solid #e6e6e6;
            border-radius: 0.16rem;
            margin: 15px auto;
            width: 100px;
            line-height: 30px;
        }