@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
    outline: none;
}

i {
    font-style: normal;
    font-weight: normal;
}

html,
body {
    position: relative;
    box-sizing: border-box;
    background-color:#f7ffe5;
}

body {
    overflow: hidden;
    overflow-y: auto;
    font: 100%/1.8 Tahoma, Helvetica, Arial, "Microsoft YaHei", STXihei, SimSun, sans-serif;
    color: #000;
}

/* 自适应框架（设计图宽度） */
body {
    max-width: 7.5rem;
    margin: 0 auto;
}

body * {
    /* max-width: 7.5rem; */
}

.none {
    display: none;
}

.top {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
    font-weight: bold;
    margin-top: 2.2rem;
    color: #90B448;
}

.top img {
    width: 100%;
}

.hdgzBox {
    margin: 0.5rem auto;
    width: 95%;
    color: #000;
    text-align: center;
}

.hdgzBox dt {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.hdgzBox dd {
    font-size: 0.26rem;
    text-align: justify;
}

.hdgzBox dd p {
    text-indent: 2em;
}

.ewm {
    margin: 0 auto;
    padding-bottom: 0.5rem;
    width: 60%;
    font-size: 0.2rem;
    text-align: center;
}

.ewm img {
    width: 100%;
}

.baoming {
    margin: 0.3rem auto;
    width: 80%;
}

.baoming img {
    width: 100%;
}

.phbBox {
    margin: 0 auto;
    padding-bottom: 0.3rem;
    width: 95%;
}

.phbBtn {
    margin-top: 0.2rem;
    color: #f85a59;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
}

.search {
    margin-top: 0.2rem;
    height: 0.65rem;
    text-align: center;
}

.search input,
.search .searchBtn {
    height: 100%;
    font-size: 0.28rem;
    border: none;
    margin: 0.1rem 0;
}

.search input {
    width: 70%;
    vertical-align: unset;
    padding-left: 0.1rem;
    border-radius: 0.1rem 0 0 0.1rem;
    background-color: #fff;
}

.search .searchBtn {
    color: #fff;
    padding: 0.15rem 0.3rem;
    border-radius: 0 0.1rem 0.1rem 0;
    background-color: #f85b59;
}

.ts_pop {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.ts_pop .ts_m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0.5rem;
    border-radius: 0.2rem;
    background-color: #fff;
    font-size: 0.3rem;
    text-align: justify;
}

.ts_pop .ts_close {
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #33BAAC;
    margin-top: 0.2rem;
}

.ts_btn {
    z-index: 99;
    position: fixed;
    bottom: 1rem;
    right: 0.2rem;
    width: 1rem;
    height: 1rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
    padding: 2%;
    background-color: #33BAAC;
    animation: tsWarn 1.5s ease-out infinite;
}

@keyframes tsWarn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.tableBox {
    margin: 0.2rem auto;
    width: 95%;
}

.tableBox .item {
    display: none;
}

.tableBox .tab_sel {
    margin: 0.2rem auto;
    width: 100%;
}

.tableBox .tab_sel i {
    font-size: 0.3rem;
    padding: 0.1rem;
    margin-right: 0.1rem;
    border: 1px #ccc solid;
    background-color: #fff;
}

.tableBox .tab_sel i.on {
    background-color: #eee;
}

.phbTop li {
    font-size: 0.26rem;
    padding: 0.05rem 0;
}

.item .phbTop:nth-child(2n+1) {
    background-color: #e2e2e2;
}

.topth tr th {
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.52rem;
    height: 0.52rem;
    background: #f68181;
}

.tp_list {
    margin: 0.2rem auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.tp_list li {
    width: 49%;
    min-height: 4rem !important;
    margin: 0 0.1rem 0.1rem 0;
    font-size: 0.25rem;
    text-align: center;
    background-color: #fff;
}

.tp_list li:nth-child(2n) {
    margin-right: 0;
}

.contImgBox {
    width: 100%;
    padding: 0.1rem;
    box-sizing: border-box;
    background-color: #eee;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contImgBox img.contImg {
    max-width: 100%;
    height: 2rem;
    object-fit: contain;
}

.tp_item {
    width: 100%;
    padding: 0 0.1rem;
}

.tp_item dt i {
    margin-right: 0.1rem;
}

.tp_item dt span {
    color: #042779;
    line-height: 1.5;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tp_item dt span.tp_name2 {
    color: #999;
}

.tp_item dd {
    display: flex;
    justify-content: space-between;
    padding: 0.05rem;
}

.tp_item dd span {
    color: #f85b59;
    font-size: 0.3rem;
}

.tp_item dd img {
    width: 0.8rem;
    border-radius: 5px;
}

.detailBox {
    margin: 0.2rem auto;
    padding-bottom: 0.3rem;
    width: 95%;
}

.pmBox {
    margin: 0.2rem auto;
    font-size: 0.35rem;
    border: 1px solid #f68181;
    display: flex;
}

.pmBox div {
    color: #f68181;
    padding: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmBox div:first-child {
    min-width: 30%;
    white-space: nowrap;
    color: #fff;
    background-color: #f68181;
}

.pmBox div:last-child {
    width: fit-content;
    flex: 1;
}

.picBox,
.videoBox {
    margin: 0.2rem auto;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

.picBox img,
.videoBox video {
    max-width: 90%;
    margin-bottom: 0.2rem;
}

.txtBox {
    width: 100%;
    font-size: 0.3rem;
    text-align: justify;
}

.txtBox h1 {
    font-size: 0.3rem;
    display: inline-block;
}

.txtBox .name {
    color: #042779;
}

.detailBtn {
    margin: 0.2rem auto;
    width: 5rem;
    display: flex;
    justify-content: center;
}

.detailBtn img {
    width: 2.38rem;
    height: auto;
    border-radius: 0.8rem;
}

.detailBtn .tp_t {
    margin-left: 0.2rem;
}

/* 证书查询 */
.so {
    margin: 0.5rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.so h1 {
    font-size: 0.28rem;
    font-weight: normal;
}

.so input {
    margin: 0.3rem auto;
    width: 90%;
    padding: 0.4rem;
    border-radius: 0.1rem;
    font-size: 16px;
    border: 1px solid #90B448;
}

.so .btn {
    margin: 0 auto;
    width: 3.79rem;
    padding: 0 0.1rem;
    height: 0.8rem;
    background: #90B448;
    line-height: 0.8rem;
    color: #fff;
    margin-top: 0.5rem;
    border-radius: 10px;
}

/* 保存图片 */
.postCard {
    display: none;
    z-index: 20;
    position: relative;
    overflow-y: auto;
}

.postCard ol {
    position: absolute;
    width: 100%;
    height: 100%;
}

.postCard ol img {
    position: absolute;
}

.postImg {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.saveImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: fit-content;
    border: 5px #fff solid; */
}

.saveImg i {
    display: none;
    position: absolute;
    top: -0.8rem;
    right: 0.1rem;
    width: 0.66rem;
    height: 0.66rem;
    background: url('../images/close.png') no-repeat 50%;
    background-size: 100% 100%;
}

.saveImg a {
    position: absolute;
    bottom: -0.9rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.24rem;
    color: #fff;
}

.saveImg img {
    width: 100%;
    -webkit-touch-callout: default;
}

.postHtml {
    width: 14.15rem;
    height: 10rem;
    /* background: url('../images/pop_bg.jpg') no-repeat 50%; */
    /* background-size: 100% 100%; */
    position: fixed;
    left: -999999px;
    top: 0;
}

.postHtml dt {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
}

.postHtml dt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.postHtml dt h1 {
    position: absolute;
    top: 4.61rem;
    left: 1.63rem;
    color: #000;
    font-size: 0.28rem;
}

.postHtml h1 {
    position: absolute;
    top: 4.61rem;
    left: 1.63rem;
    color: #000;
    font-size: 0.28rem;
}

.mask {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: fill;

}