* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    line-height: 25px;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #197de8;
    text-decoration: none
}

a:active {
    color: #323232;
    text-decoration: none
}

a:visited {
    color: #323232;
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

button,
input:not([type="radio"]):not([type="checkbox"]),
select {
    vertical-align: middle;
}

html {
    font-size: 12px;
}

body {
    max-width: 750px;
    margin: 0 auto;
    font-size: 0.24rem;
}

i {
    font-style: inherit;
}

.clearfix,
.content_div {
    zoom: 1;
}

.clearfix:after,
.content_div:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.dialog {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 11;
}

.common_gy {
    margin: 0 0.2rem;
}

.loading {
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    display: none;
}

.loading img {
    margin-right: 0.1rem;
    width: 0.3rem;
    -webkit-animation: xuanzhuan 1s infinite;
    -moz-animation: xuanzhuan 1s infinite;
    -ms-animation: xuanzhuan 1s infinite;
    animation: xuanzhuan 1s infinite
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0.15rem 0;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer  .item {
    width: 25%;
    text-align: center;
}
.footer  .item .pic {
    text-align: center;
    margin-bottom: 0.1rem;
    height: 0.35rem;
}
.footer  .item .name{
    line-height: 0.25rem;
    color: #444444;
    font-size: 0.2rem;
}
.footer  .item .pic img {
    height: 100%;
    margin: 0 auto;
}

.footer  .item.active .pic img.isActive {
    display: block;
}
.footer  .item .pic img.isActive {
    display: none;
}

.footer  .item .pic img.notActive {
    display: block;
}
.footer  .item.active .pic img.notActive {
    display: none;
}
.footer  .item.active .name {
    color: #0c5fa1;
}




.top_box {
    background:  url("../images/top_bg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 0 0.5rem 0.5rem;
}
.top_box .t {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 0.3rem;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}
.top_box .t .name {
    color: #fff;
    font-size: 0.36rem;
    line-height: 0.4rem;
    width: 100%;
    text-align: center;
}
.top_box .t .logo img{
    height: 0.7rem;
}
.top_box .t .menu img{
    height: 0.35rem;
}
.top_box .s {
    background: #086ac4;
    height: 0.6rem;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_box1 {
    padding-top: 0.5rem;
}
.top_box .s input {
    height: 0.6rem;
    line-height: 0.6rem;
    border: none;
    background:  url("../images/search_icon.png") no-repeat 0.2rem center;
    background-size: 0.35rem;
    font-size: 0.3rem;
    color: #fff;
    text-indent: 0.7rem;
    width: calc(100% - 1.2rem);
    outline: none;
    font-weight: 100;
}
.top_box .s input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
     color: #fff;
    }
.top_box .s input::-moz-placeholder { /* Firefox 19+ */  
     color: #fff;
    }
.top_box .s input:-ms-input-placeholder { /* IE 10+ */ 
     color: #fff;
    }
.top_box .s input:-moz-placeholder { /* Firefox 18- */ 
     color: #fff;
}
.top_box .s button {
    background: #fff;
    border: none;
    width: 1.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #0670d0;
}
.common_top_nav {
    width: 100%;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    overflow: hidden;
    overflow-x: auto;
}
.common_top_nav .scroll {
    display: flex;
    width: max-content;
}
.baogao_main .common_top_nav .scroll {
    height: 2rem;
}
.common_top_nav.active {
    position: fixed;
}
.common_top_nav .item {
    width: 1.8rem;
    text-align: center;
    height: 1.05rem;
    line-height: 1.05rem;
    font-size: 0.32rem;
    color: #444444;
}
.common_top_nav .item.active {
    color: #222222;
    font-weight: bold;
    background:  url("../images/common_top_nav_icon.png") no-repeat center 0.8rem;
    background-size: 0.38rem;
}
.common_top_nav .item .sub_nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 1.05rem;
    z-index: 9;
    background: #f6f6f6;
    border-top: 1px solid #ebebeb;
    height: 0.9rem;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
}
.common_top_nav .item .sub_nav span {
    width: 1.1rem;
    text-align: center;
    border-radius: 30px;
    background: #ebebeb;
    color: #333333;
    font-size: 0.28rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.2rem;
    font-weight: 100;
}
.common_top_nav .item .sub_nav span.active {
    color: #fff;
    background: #4897dd;
}



.common_item {
    padding: 0.25rem 0.3rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f6;
    flex-wrap: wrap;
}

.common_item a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.common_item .pic {
    height: 1.8rem;
    width: 1.4rem;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.common_item .pic img {
    height: 100%;
    width: 100%;
}
.huiyi_main .common_item .pic {
    height: 1.4rem;
    width: 2rem;
}
.huiyi_main .common_item .info {
    width: calc(100% - 2.2rem);
}
.common_item .pic .tag {
    background: url("../images/tag_pic.png") no-repeat center;
    width: 1.15rem;
    height: 0.35rem;
    position: absolute;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.35rem;
    background-size: 100%;
    text-align: center;
    right: 0;
    top: -1px;
}
.common_item .pic .tag span {
    transform: scale(0.9);
    line-height: 0.3rem;
    height: 0.3rem;
    display: inline-block;
}
.common_item .info {
    width: calc(100% - 1.6rem);
}
.common_item .info .name {
    line-height: 0.4rem;
    max-height: 0.8rem;
    color: #222222;
    font-size: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    margin-bottom: 0.5rem;
}
.common_item .other {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.2rem;
    align-items: center;
    color: #777777;
}
.huiyi_main .common_item .other {

    margin-top: 0.2rem;
}

.common_item .other .date {
    padding-left: 0.32rem;
    background: url("../images/time_icon.png") no-repeat center left;
    background-size: 0.22rem;
}

.common_item .other .author {
    display: flex;
    align-items: center;
}
.common_item .other .author img {
    width: 0.4rem;
    border-radius: 5px;
    overflow: hidden; 
    margin-right: 0.1rem;

}
.common_item .other .option {
    display: flex;
    height: 0.35rem;
}
.common_item .other .option div {
    padding-left: 0.32rem;
    margin-right: 0.35rem;
    height: 0.35rem;
    line-height: 0.35rem;
}
.common_item .other .option div:last-child {
    margin-right: 0;
}

.common_item .other .option div.share {
    background: url("../images/share_icon.png") no-repeat center left;
    background-size: 0.22rem;
}
.common_item .other .option div.collection {
    background: url("../images/collection_icon.png") no-repeat center left;
    background-size: 0.22rem;
}
.common_item .other .option div.view {
    background: url("../images/view_icon.png") no-repeat center left;
    background-size: 0.22rem;
}
.common_item .other .option div.down {
    background: url("../images/down_icon.png") no-repeat center left;
    background-size: 0.22rem;
}
.common_item .other .option div.pageNum {
    background: url("../images/pageNum_icon.png") no-repeat center left;
    background-size: 0.22rem;
}
.common_item .other .option div.date {
    background: url("../images/time_icon.png") no-repeat center left;
    background-size: 0.22rem;
}
.page_right_nav {
    position: fixed;
    bottom: 2rem;
    right: 0.3rem;
    width: 0.65rem;
}
.page_right_nav .item {
    margin-bottom: 0.3rem;
}
.page_right_nav img {
    width: 100%;
}



.footer_option {
    position: fixed;
    width: 100%;
    max-width: 750px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    display: flex;
}
.footer_option>div {
    width: 50%;
    text-align: center;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
}
.footer_option>div:last-child {
    background: #0671d3;
    color: #fff;
}
.footer_option>div:last-child .p2 {
    font-size: 0.21rem;
}
.footer_option div img {
    height: 0.3rem;
    margin-right: 0.15rem;
}


@keyframes xuanzhuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 750px) {}