body {
    background-color: rgb(246, 246, 246);
}

.header {
    width: 100%;
}

.title {
    padding-left: .58rem;
    font-size: .23rem;
    color: #666;
}

.body {
    max-width: 750px;
}

.body table {
    width: 100%;
}

.list-primary,
.table-header {
    font-size: .25rem;
    line-height: .35rem;
    color: #333;
    margin: 0.2rem;
}

.list-primary {
    padding-inline-start: 0;
    margin: 0;
}

.list-title-bar,
.sub-list-item {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: .73rem;
    margin: .29rem 0;
    border-radius: .08rem;
    background: #fafafa;
    padding: 0.1rem 0;
}

.list-title-bar table tr td:first-child {
    font-weight: 700;
    min-height: .79rem;
    padding: .19rem 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-right: 0;
}

.first-td {
    width: 30%;
}

.first-td img {
    height: .23rem;
    width: .23rem;
    margin-right: .1rem;
    opacity: .2;
}

.list-title-bar table tr td:nth-child(2),
.sub-list-item table tr td:nth-child(2),
.active table tr td:nth-child(2) {
    font-size: .25rem;
    line-height: .35rem;
    /* color: #2696ff; */
    font-family: rubik-medium;
}

.bar-active {
    background: #fff;
    border: .5px solid #eee;
    box-shadow: 0 0.1rem 0.38rem 0 rgba(0, 0, 0, .05);
}

table tr td {
    /* width: 25%; */
    /* vertical-align: top; */
}

table tr td:nth-child(2) {
    /* width: 60%; */
}

table tr td a {
    color: #5195dd;
}

table {
    padding-left: .29rem;
}

.sub-list-item {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    margin: 0;
}

.district-container {
    width: 100%;
    margin: .29rem 0;
}

.active {
    padding: .2rem 0;
    margin-top: .08rem;
    margin-bottom: .08rem;
    border: .5px solid #eee;
    border-radius: .08rem;
}

li.btn-box {
    padding: 0 .29rem .19rem;
}

.expand-box {
    padding: 10px 0 0;
}

.expand-btn {
    height: .85rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f6f6;
    border-radius: .19rem;
}

.expand-text {
    font-size: .29rem;
    color: #2696ff;
    letter-spacing: .02rem;
    text-align: center;
    font-weight: 700;
}

.expand-img {
    width: .46rem;
    height: .46rem;
}

.result {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 .05rem;
}

.detail {
    width: 10%;
    border-top: none;
    text-align: center;
    padding: 0;
}

.head {
    margin: 0 0.2rem;
    padding: .39rem;
    border-radius: 0.2rem;
    background-color: #ffffff;
}

.card {
    width: 87%;
    display: flex;
    margin: 0 auto;
    padding: 0.4rem 0.3rem 0rem 0.3rem;
    flex-direction: column;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.card-city-title {
    font-size: 0.3rem;
}

.card div {
    display: inherit;
}

.card-top {
    display: flex;
    align-items: center;
}

.table-header td {
    text-align: center;
}

.m-footer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 750px;
    margin: auto;
    right: 0;
    background: #fff;
    z-index: 9999;
}

.m-footer__logo {
    margin: 0.04rem 0.2rem 0.04rem 0.2rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.28rem;
    font-size: 0.24rem;
    color: #333;
}

.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 750px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    text-align: center;
    border-radius: 0.06rem;
    overflow: hidden;
}

.weui-dialog__hd {
    padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
    font-weight: 400;
    font-size: 0.36rem;
}

.weui-dialog__bd {
    padding: 0 1.6em 0.8em;
    min-height: 0.8rem;
    font-size: 0.3rem;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #808080;
}

.weui-dialog__bd:first-child {
    padding: 2.7em 0.4rem 1.7em;
    color: #353535;
}

.weui-dialog__ft {
    position: relative;
    line-height: 0.96rem;
    font-size: 0.36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.02rem;
    border-top: 0.02rem solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaley(0.5);
    transform: scaley(0.5);
}

.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #09bb07;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

.weui-dialog__btn:active {
    background-color: #eeeeee;
}

.weui-dialog__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.02rem;
    bottom: 0;
    border-left: 0.02rem solid #d5d5d6;
    color: #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scalex(0.5);
    transform: scalex(0.5);
}

.weui-dialog__btn:first-child:after {
    display: none;
}

.weui-dialog__btn_default {
    color: #353535;
}

.weui-dialog__btn_primary {
    color: #09bb07;
}

.city-name {
    margin-bottom: .12rem;
    font-size: .35rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}

/* .lv {
    height: .36rem;
    margin-left: .22rem;
    padding: 0 .16rem;
    line-height: .36rem;
    font-size: .22rem;
    text-align: center;
    border-radius: .05rem;
    border-radius: .29rem;
    font-weight: 500;
} */

/* .low {
    background-color: rgba(76, 193, 65, .2);
}

.middle {
    border: 0.02rem solid rgba(75, 152, 248, 0.60);
}

.height {
    background-color: rgba(252, 56, 56, .2);
}

.low a {
    color: #4cc141;
}

.middle a {
    color: #4b98f8;
}

.height a {
    color: #fc3838;
} */

.in-icon,
.out-icon {
    width: .51rem;
    height: .53rem;
    margin-right: .21rem;
}

.city-content-box {
    position: relative;
    margin-left: .27rem;
    font-size: .27rem;
}

.city-content {
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 0.14rem;
}

.show-more-message {
    flex-shrink: 0;
    /* display: block; */
    margin-top: .2rem;
    /* margin-right: .14rem; */
    line-height: .49rem;
    color: #3887d9;
}

.left-line {
    border-left: .03rem dashed #e2e2e2;
    margin-right: .4rem;
    padding-bottom: .48rem;
}

/* .out .left-line {
    border: 0;
} */

.more-message {
    width: .11rem;
    height: .2rem;
    margin-left: .08rem;
}

.message {
    position: relative;
    display: -webkit-box;
    padding-top: .25rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: .49rem;
    font-size: .27rem;
    overflow: hidden;
}

.in-out {
    margin: .2rem .24rem;
    padding: 0 .23rem;
    padding-top: .4rem;
    padding-bottom: .46rem;
    border-bottom: .02rem solid #f3f3f3;
    background-color: #ffffff;
    border-radius: .22rem;
}

.out-city {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.show-all {
    display: block;
}

.out {
    margin-top: .1rem;
}

.in .city-content {
    /* margin-top: .05rem; */
    margin-bottom: .25rem;
}

.input {
    margin-top: .28rem;
    padding-right: .73rem;
}

.input select {
    height: .6rem;
}

.input select {
    width: 3.25rem;
    height: .53rem;
    padding-left: .33rem;
    line-height: .53rem;
    font-size: .25rem;
    text-align: left;
    border-radius: .26rem;
    border: none;
    background-color: #f0eef2;
    background: url(/uploads/image/ngimages/select.png) no-repeat scroll #f0eef2;
    -webkit-appearance: none;
    background-size: 0.17rem 0.09rem;
    background-position: 2.7rem .25rem;
}

.tips {
    width: 100%;
    padding-bottom: 0.2rem;
    line-height: .33rem;
    text-align: center;
    font-size: .24rem;
    color: #999;
}

body {
    --weui-bg-0: #ededed;
    --weui-bg-1: #f7f7f7;
    --weui-bg-2: #fff;
    --weui-bg-3: #f7f7f7;
    --weui-bg-4: #4c4c4c;
    --weui-bg-5: #fff;
    --weui-fg-0: rgba(0, 0, 0, 0.9);
    --weui-fg-half: rgba(0, 0, 0, 0.9);
    --weui-fg-1: rgba(0, 0, 0, 0.5);
    --weui-fg-2: rgba(0, 0, 0, 0.3);
    --weui-fg-3: rgba(0, 0, 0, 0.1);
    --weui-red: #fa5151;
    --weui-orange: #fa9d3b;
    --weui-yellow: #ffc300;
    --weui-green: #91d300;
    --weui-lightgreen: #95ec69;
    --weui-brand: #07c160;
    --weui-blue: #10aeff;
    --weui-indigo: #1485ee;
    --weui-purple: #6467f0;
    --weui-white: #fff;
    --weui-link: #576b95;
    --weui-textgreen: #06ae56;
    --weui-fg: black;
    --weui-bg: white;
    --weui-tag-text-orange: #fa9d3b;
    --weui-tag-background-orange: rgba(250, 157, 59, 0.1);
    --weui-tag-text-green: #06ae56;
    --weui-tag-background-green: rgba(6, 174, 86, 0.1);
    --weui-tag-text-blue: #10aeff;
    --weui-tag-background-blue: rgba(16, 174, 255, 0.1);
    --weui-tag-text-black: rgba(0, 0, 0, 0.5);
    --weui-tag-background-black: rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes weuiloading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes weuiloading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.weui-loadmore {
    width: 65%;
    margin: 0.5rem auto;
    text-align: center;
    font-size: 0;
}

.weui-primary-loading {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    color: black;
    color: var(--weui-fg);
    -webkit-animation: weuiloading 1s steps(60, end) infinite;
    animation: weuiloading 1s steps(60, end) infinite;
}

.weui-primary-loading:before,
.weui-primary-loading:after {
    content: "";
    display: block;
    width: 0.16rem;
    height: 0.32rem;
    box-sizing: border-box;
    border: 0.04rem solid;
    border-color: currentcolor;
    opacity: 0.5;
}

.weui-primary-loading:before {
    border-right-width: 0;
    border-top-left-radius: 0.32rem;
    border-bottom-left-radius: 0.32rem;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000 8%, rgba(0, 0, 0, 0.3) 95%);
}

.weui-primary-loading:after {
    border-left-width: 0;
    border-top-right-radius: 0.32rem;
    border-bottom-right-radius: 0.32rem;
    -webkit-mask-image: -webkit-linear-gradient(225deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.3) 95%);
}

.weui-primary-loading__dot {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.02rem;
    height: 0.04rem;
    border-top-right-radius: 0.04rem;
    border-bottom-right-radius: 0.04rem;
    background: currentcolor;
    opacity: 0.5;
}

.weui-primary-loading_transparent {
    color: #ffffff;
}

.weui-primary-loading_brand {
    color: #07c160;
    color: var(--weui-brand);
}

.weui-primary-loading_brand .weui-primary-loading__dot,
.weui-primary-loading_brand:before,
.weui-primary-loading_brand:after {
    opacity: 0.85;
}

.weui-loadmore__tips {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.28rem;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.9);
    color: var(--weui-fg-0);
}

.weui-loadmore_line {
    border-top: 0.02rem solid rgba(0, 0, 0, 0.1);
    border-top: 0.02rem solid var(--weui-fg-3);
    margin-top: 0.64rem;
}

.weui-loadmore_line .weui-loadmore__tips {
    position: relative;
    top: -0.9em;
    padding: 0 0.55rem;
    background-color: #fff;
    background-color: var(--weui-bg-2);
    color: rgba(0, 0, 0, 0.5);
    color: var(--weui-fg-1);
}

.weui-loadmore_dot .weui-loadmore__tips {
    padding: 0 0.16em;
}

.weui-loadmore_dot .weui-loadmore__tips:before {
    content: " ";
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    background-color: var(--weui-fg-3);
    display: inline-block;
    position: relative;
    vertical-align: 0;
    top: -0.16em;
}

.weui-loadmore .weui-loading,
.weui-loadmore .weui-primary-loading {
    margin-right: 0.16rem;
}

.head .submit {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    background: none;
    outline: none;
    border: 0px;
    background-color: #118dec;
    width: 50%;
    height: .7rem;
    margin-bottom: .28rem;
    line-height: .7rem;
    font-size: .33rem;
    color: #ffffff;
    text-align: center;
    border-radius: .1rem;
    box-shadow: 0.08rem 0.08rem 0.1rem 0rem #b2e0ff;
}

select {
    -webkit-appearance: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #f6f6f6;
        color: #333333;
    }

    img {
        filter: grayscale(30%);
    }
}

.mark {
    width: 1.44rem;
    position: absolute;
    right: 01;
    top: .77rem;
    transform: rotate(30deg);
}

.tongzhi {
    height: .92rem;
    margin: .2rem .24rem;
    padding: 0 .28rem;
    flex-wrap: nowrap;
    line-height: .92rem;
    font-size: .27rem;
    color: #333333;
    line-height: 0.40rem;
    text-align: center;
    border-radius: .22rem;
    background-color: #ffffff;
}

.tongzhi-icon {
    width: .37rem;
    margin-right: .28rem;
}

.tools {
    margin: .2rem .24rem;
    padding: .41rem 0;
    background-color: #ffffff;
    border-radius: .22rem;
}

.tool-item span {
    margin-top: .09rem;
    white-space: nowrap;
    overflow: hidden;
    font-size: .24rem;
    text-overflow: ellipsis;
    color: #000000;
}

.tool-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tool-item img {
    width: 1.01rem;
    height: 1.02rem;
}

.show {
    width: 1.96rem;
    position: absolute;
    right: .1rem;
    bottom: .2rem;
    padding-bottom: .1rem;
    text-align: right;
    font-size: .27rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.show-more {
    width: .22rem;
    height: .15rem;
    margin-left: 40%;
}

.show-after::after {
    display: inline-block;
    content: "";
    width: .22rem;
    height: .15rem;
    background: url(/uploads/image/ngimages/show-more.png) no-repeat;
    background-size: .22rem .15rem;
    transform: rotate(180deg);
}

.city-border p {
    margin-bottom: .36rem;
    font-size: .29rem;
    color: #999999;
}

.name-border {
    margin-bottom: .32rem;
    font-size: .47rem;
    color: #333333;
    font-weight: 700;
}

.name-border img {
    width: .16rem;
    height: .11rem;
    margin-left: .21rem;
    vertical-align: middle;
}

.in-out-rule {
    height: .39rem;
    padding: 0 .21rem;
    line-height: .39rem;
    font-size: .22rem;
    text-align: center;
    border-radius: .2rem;
}

.able {
    color: #2fbd51;
    border: 0.02rem solid rgba(76, 193, 65, 0.60);
}

.disable {
    color: #f04141;
    border: 0.02rem solid rgba(255, 51, 51, 0.60);
}

.change-city {
    width: .55rem;
    height: .41rem;
}

.zx_mask {
    max-width: 7.5rem !important;
    margin: auto !important;
}

.arrive {
    align-self: flex-start;
}

.tools-title {
    margin-left: .44rem;
    margin-bottom: .29rem;
    font-size: .33rem;
    color: #333333;
    font-weight: 700;
}

strong {
    font-size: .3rem;
    font-weight: bolder;
}

.border-title {
    margin-bottom: .34rem;
    font-size: .31rem;
    color: #999999;
}

.border-content {
    margin: 0 .24rem;
    margin-bottom: .34rem;
    padding: .28rem .25rem;
    background-color: #ffffff;
    border-radius: .22rem;
}

.tab-bar {
    padding-bottom: 0;
    margin-bottom: .48rem;
    overflow-x: scroll;
}

.bar-item {
    height: .75rem;
    min-width: 1.43rem;
    margin-right: .12rem;
    line-height: .75rem;
    font-size: .29rem;
    text-align: center;
    background-color: #f9fbfc;
    border-radius: .18rem;
}

.chouse {
    height: .84rem;
    line-height: .84rem;
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(/uploads/image/ngimages/chouse.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.question-item {
    margin-bottom: .37rem;
}

.item-title {
    margin-bottom: .25rem;
    font-size: .33rem;
    font-weight: 700;
}

.item-title img {
    display: inline-block;
    width: .37rem;
    margin-right: .19rem;
}

.itme-detail {
    padding-left: .27rem;
    padding-bottom: .31rem;
    overflow: hidden;
    background-color: #f9fbfc;
    border-radius: .18rem;
}

.itme-detail a {
    color: #3887d9;
}

.itme-detail p {
    display: -webkit-box;
    margin: .26rem .27rem;
    margin-left: 0;
    margin-bottom: .29rem;
    font-size: .27rem;
    line-height: .45rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: pre-wrap;
}

.more {
    display: block;
    height: .75rem;
    margin-top: .25rem;
    line-height: .75rem;
    font-size: .27rem;
    border-radius: .37rem;
    text-align: center;
    color: #000000;
    background-color: #f0eef2;
}

.arrow-down {
    width: .24rem;
    height: .13rem;
    margin-left: .19rem;
}

.back_to_feed {
    display: none !important;
}

.border-content-title p {
    font-size: .29rem;
    color: #000000;
    font-weight: 700;
}

.border-content-title .change {
    font-size: .27rem;
    color: #3887d9;
}

.border-content-title {
    margin-bottom: .34rem;
}


.button {
    display: inline-block;
    height: .5rem;
    padding: 0 .1rem;
    margin-right: .17rem;
    line-height: .5rem;
    font-size: .27rem;
    text-align: center;
    border: .01rem solid #aed5f6;
    border-radius: .49rem;
    color: #3887d9;
}

.link-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: .2rem;
}

.link-list .show-more-message {
    margin-top: 0;
}

.link-list a:last-child {
    margin-right: 0;
}
.phone-img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.15rem;
}

.phone-btn {
    width: 43%;
    margin-top: 0.3rem;
    padding: 0.05rem 0.2rem;
    border-radius: 0.3rem;
    font-size: 0.27rem;
    color: #3688da;
    background-color: #dbeafb;
}

/* 重点地区 */
.part-two , .part-three {
    display: none;
}

.main-tip {
    margin-bottom: 0.39rem;
    border-radius: 0.25rem;
    font-size: 0.23rem;
    font-family: roboto, roboto-regular;
    color: #2b99ff;
    background-color: #f5faff; 
}

.part .start,.end {
    padding: 0.05rem 0.24rem;
    border-radius: 0.78rem;
    font-size: 0.29rem;
    color: #333333;
    background-color: #f8f8f8;
}

.part .title {
    margin-right: 0.14rem;
    padding: 0 0.14rem 0 0 !important;
    border-right: 0.02rem solid #e2e2e2;
    color: #666666;
    font-size: 0.29rem !important;
}

.part .sign {
    margin-left: 0.1rem;
    font-size: 0.27rem;
    color: #999999;
}

.part-two .prompt,.juti p:nth-child(2){
    color: #999999;
}

.part-two .prompt {
    margin-top: 0.71rem;
    margin-bottom: 0.2rem;
    font-size: 0.25rem;
    text-align: center;
}

.part-two .juti p:nth-child(1){
    margin: 0.2rem 0 0 0.22rem;
    font-size: 0.31rem;
    font-weight: 700;
    color: #333333;
}

.part-two .juti p:nth-child(2){
    margin-left: 0.22rem;
    font-size: 0.23rem;
    line-height: 0.3rem;
}

.part-two .juti ul {
    margin: 0.3rem 0 0.17rem 0;
}

.part-two .juti ul li,.part-three .btn {
    display: inline-block;
    margin-bottom: 0.27rem;
    padding: 0.08rem 0.22rem;
    border-radius: 0.38rem;
    font-size: 0.27rem;
    color: #333333;
    background-color: #eff7ff;
}

.part-three .option {
    margin: 0.2rem 0 0 0.23rem;
    font-size: 0.27rem;
    color: #000000;
}

.part-three .option span {
    font-size: 0.27rem;
    color: #ea801f;
}

.part-three .btn {
    margin-top: 0.2rem;
}

.part-three .guankong {
    margin-top: 0.25rem;
    color: #333333;
}

.part-three .guankong p:nth-child(1) {
    font-size: 0.29rem;
    font-weight: 700;
}

.part-three .guankong p:nth-child(2) {
    margin-left: 0.23rem;
    font-size: 0.27rem;
    line-height: 0.4rem;
}

/* 从all.php移入的css */
.message .border-bottom:last-child {
    margin-bottom: 0;
}
.first-td {
    width: 25%;
}

.detail {
    width: 15%;
}

.message {
    -webkit-line-clamp: 10
}

body {
    font-size: 0.3rem;
    /* padding: 0.25rem; */
}

/*content*/
.plugin-list {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0.2rem;
}

.plugin-list>li {
    width: 100%;
    margin-bottom: 0.6rem;
}

.plugin-list>li>h3 {
    font-size: 0.3rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
}

.plugin-list>li>div.text {
    background: #f1f1f1;
    padding: 0.2rem 0 0.2rem 0.3rem;
    line-height: 0.55rem;
    border-radius: 0.05rem;
}

.plugin-list>li>div.text>p {
    padding: 0.1rem 0;
}

.plugin-list>li>div.text>a {
    display: inline-block;
    text-decoration: underline;
}

.plugin-list>li>div.text>input {
    width: 100%;
    font-size: 0.3rem;
    border: none;
    line-height: 0.55rem;
    background: none;
    color: red;
}

.plugin-list>li>p.btn {
    font-size: 0.3rem;
    width: 100%;
    line-height: 0.9rem;
    margin-bottom: 0.3rem;
    text-align: center;
    background: #333;
    color: white;
    border-radius: 0.1rem;
}

pre {
    position: relative;
    font-size: 0.26rem;
    width: 100%;
    padding: 0.2rem;
    margin: 0 0 0.3rem;
    background: #f1f1f1;
    color: #333;
    border-radius: 0.05rem;
}

pre:after {
    font-size: 0.28rem;
    color: #cccccc;
    content: 'js';
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.news-notice {
    margin: .2rem .24rem;
    padding: .1rem .28rem;
    font-size: .27rem;
    color: #333333;
    line-height: 0.46rem;
    border-radius: .22rem;
    background-color: #ffffff;
    justify-content: space-around;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news-notice img {
    width: .37rem;
    margin-right: .2rem;
    vertical-align: middle;
}
/*  */
.weixin-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    background-image: ;
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
}
/*  */
.weiyi-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    background-image: url(/uploads/image/images/wybj.png);
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
}
/*  */
.mobile-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    max-width: 15rem;
    width: 100%;
    margin: auto;
}

mip-share .c-share-list .c-span3 {
    width: 16%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    font-size: 0.2rem
}

.c-span3 {
    float: left;
}

mip-share .c-share-list .c-flexbox,
mip-share .c-share-list .c-row {
    display: block;
}

.fenxiang {
    padding: 0.2rem 0 0 0.2rem;
    background: #fff;
    font-size: 0.2rem;
    margin: 0
}

.c-share-list.mip-fill-content {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.c-share-list {
    overflow: hidden;
    margin-top: 0;
    box-sizing: border-box;
}

.c-line-clamp1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* a.other-class {
    color: #3588da;
    background-color: #dbeafb;
    display: inline-block;
    padding: 0rem 0.16rem;
    border-radius: 0.2rem;
    font-size: 0.21rem;
    height: 0.3rem;
    line-height: 0.3rem;
    float: right;
    margin-top: 0.05rem;
} */
/*  */

.wenlv {
    padding: 0.16rem 0.23rem 0.23rem;
    border-radius: 0.2rem;
    background-color: #dbeafb;
}
.wenlv .title-type{
    color: #3588da;
}
.wenlv .find-more a, .special-area .find-more a {
    color: #3588da;
    background-color: #dbeafb;
}