* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*color: #262626;*/

}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

button {
    outline: none;
}

body {
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei !important;
    color: #333;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #f2f2ee url(/assets/listimg/bg.jpg) no-repeat top;
    visibility: hidden;
    font-size: 16px;
}

@media (max-width: 768px) {
    body {
        background: #f4f1f4 !important;
    }
}

html {
    overflow-anchor: none;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

html:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
    /* background: url(/static/img/topbg.png) no-repeat top/900px; */
}

:root {
    --banner-bg1-color: #ff4072;
    --banner-bg2-color: #1e91e8;
    --banner-bg3-color: #ffcd27;
    --banner-bg4-color: #38c4b6;
    --banner-bg1-rgb: 255, 64, 114;
    --banner-bg2-rgb: 30, 145, 232;
    --banner-bg3-rgb: 255, 205, 39;
    --banner-bg4-rgb: 56, 196, 182;
    --vi-color1: #3960a0;
    --vi-color2: #57aabc;
    --vi-color3: #f3574c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

:root {
    --base: #FF5E52;
}
.center {
    text-align: center;
}
a:hover {
    color: #1e91e8;
}


header {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 15px;
    line-height: 1.15;
    border-bottom: 1px solid #d3d3d3;
}

.sc-header,
.app-header {
    position: relative;
    margin-bottom: .30rem;
    background-color: #feefde;
}
.container {
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

header .logo {
    height: 56px;
}

header .menu {
    display: flex;
    align-items: center;
}

header .menu em {
    content: '';
    float: right;
    width: 0;
    display: block;
    height: 0;
    margin-left: 4px;
    margin-top: 19px;
    border-width: 5px;
    border-style: solid;
    border-color: #bfbfbf transparent transparent transparent;
    -webkit-transition: all 0.3s ease-in-out;
}

header .menu-close {
    display: none;
}

img.back {
    width: 20px;
    height: auto;
}
/* 侧边栏 */
.slide {
    max-width: 620px;
}

.slide-box {
    width: 96%;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: .26rem;
    border-radius: .12rem;
    box-shadow: .05rem 0 .18rem rgba(0, 0, 0, 0.06);
}

.slide-box .title {
    height: 0.9rem;
    line-height: 1rem;
    font-size: .26rem;
    border-bottom: 1px solid #f5f5f5;
}

.slide-box .title b {
    font-size: .4rem;
    padding-left: 0.2rem;
    border-left: 3px solid #c5653e;
    line-height: .26rem;
}

.slide-box .list {
    padding: .30rem;
}

.slide-box .list .item {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: .20rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.slide-box .list .item>div {
    flex: 1;
}

.slide-box .list .item>img {
    width: 1.20rem;
    height: 1.20rem;
    background-color: #f2f8ff;
    border-radius: 4px;
    margin-right: .30rem;
}

.slide-box .list .item h3 {
    font-size: .32rem;
    color: #333;
    margin-bottom: .10rem;
    font-weight: bold;
}

.slide-box .list .item p {
    font-size: .26rem;
    color: #999;
    max-width: 3.6rem;
    display: inline-block;
    height: 0.66rem;
}

.slide-box .list .btn {
    width: 1.2rem;
    height: 0.6rem;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #c5653e;
    font-size: .24rem;
    border-radius: 4px;
    margin-left: 0.2rem;
    cursor: pointer;
}

.slide-box .list a:hover .btn {
    background-color: #46b3e2;
}

/* 内容页容器 */
.container-sc,
.bread {
    margin: 0 auto;
    max-width: 1180px;
}

.bread {
    font-size: .26rem;
    margin-bottom: .20rem;
}

.bread>span {
    color: #999;
    padding: 0 .10rem;
}

/* 默认样式，适用于PC */
.container-sc .container {
    width: 67%;
    position: inherit;
    overflow: hidden;
    /* max-width: 750px; */
}

/* 手机端样式 */
@media (max-width: 768px) {
    .container-sc .container {
        width: 100%;
        position: inherit;
        overflow: hidden;
        /* max-width: 750px; */
    }
}


.container-sc .box-warp {
    width: 100%;
    border-radius: .12rem;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: .26rem;
    border: 1px solid #fff;
}

.container-sc h1 {
    text-align: left;
    font-size: .36rem;
    font-weight: bold;
}

footer {
    line-height: 20px;
    font-size: 12px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;

}

footer p {
    color: #555;
    font-size: 12px;
}

footer p a {
    margin-right: 5px;
    font-size: 12px;
    color: #555;
}
.name {
    color: #00bcd4;
}

.zi {
    color: #4caf50;
}
.web-menu {
    display: none;
}

/* 移动端 */
@media screen and (max-width: 767px) {
    .web-menu {
        display: block;
        flex: 1;
        text-align: right;
    }

    .web-menu a {
        margin-right: 0.4rem;
        color: #888;
        font-size: 0.4rem;
        font-weight: 700;
    }
    header .logo {
        height: 45px;
    }

    header .menu {
        position: fixed;
        background-color: #fff;
        transform: translateX(100%);
        top: 0;
        right: 0;
        width: 50%;
        height: 100vh;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0.5rem 0.3rem;
        transition: transform 0.5s ease;
    }

    header .menu.show {
        transform: translateX(0%);
    }

    header .menu>* {
        font-size: 0.38rem;
        color: rgb(36, 104, 242);
        font-weight: 700;
        line-height: 2;
        margin-bottom: 0.3rem;
    }

    header .menu .list {
        width: 100%;
        padding-left: 0.2rem;
    }

    header .menu .list a {
        font-size: .32rem;
        font-weight: 400;
    }

    header .menu>div em {
        display: none;
    }

    header .menu-close {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 999;
        display: none;
    }

    header .menu-close span {
        writing-mode: vertical-lr;
        color: rgb(194 192 192);
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);
        letter-spacing: 5px;
        font-size: 0.38rem;
    }

    header .menu-close.show {
        display: block;
    }

    header .menu-icon {
        display: flex;
        flex-direction: column;
        width: 20px;
        height: 20px;
        justify-content: space-around;
    }

    header .menu-icon span {
        height: 4px;
        background-color: #999;
        border-radius: 4px;
    }

    .slide-box .list .item p {
        font-size: 0.28rem;
    }

    .slide-box .list .btn {
        font-size: 0.28rem;
    }
}

.content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0.2rem;
}

/* pc端 */
@media screen and (min-width: 768px) {
    header {
        height: 70px;
        padding: 0 30px;
        background-color: #FFF;
    }
    header .menu>* {
        margin-right: 50px;
        font-size: 16px;
        line-height: 40px;
        color: #535971;
        text-decoration: none;
        position: relative;
        cursor: pointer;
    }

    header .menu>div .list {
        background-color: #fff;
        padding: 0.2rem;
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        box-shadow: .05rem 0 .18rem rgba(0, 0, 0, 0.06);
        border: 1px solid #ebebeb;
        border-radius: 6px;
    }

    header .menu>div .list a {
        font-size: 0.28rem;
        white-space: nowrap;
        line-height: 1.5;
    }

    header .menu>div:hover .list {
        display: block;
    }

    header .menu-icon {
        display: none;
    }
}


@media screen and (min-width: 880px) {
    .container-sc .container {
        display: block;
    }

    .container-sc .slide-box {
        width: 96%;
    }

    .container-sc {
        display: flex;
    }

    .container-sc .slide {
        max-width: 33%;
    }
}

@media screen and (max-width: 879px) {

    .container-sc .container,
    .slide {
        margin: 0 auto;
    }
    .container-sc .box-warp,
    .bread {
        width: 96%;
    }
    .slide {
        margin-top: .20rem;
    }
}
article h2,
article h3,
article h4 {
    padding-left: 15px;
    line-height: 30px;
    border-left: 5px solid #CC0000;
    font-size: 18px;
    background: #F5F5F5;
    margin: 8px 0;
}

article a {
    color: #558cc7;
}

article .content p {
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 17px;
}
@media (max-width: 600px) {
    article .content p {
        font-size: 0.3rem;
    }
}
article .name {
    color: #333;
}

article .content {
    padding: .20rem 0;
    font-size: 16px;
    line-height: 1.6;
}

article p.status {
    color: #999;
    border-bottom: 1px solid #e5e5e5;
    padding: .20rem 0;
    margin-bottom: .20rem;
    font-size: 0.24rem;
}
p.status a {
    color: #999;
}

article .content p.lede {
    font-size: 0.3rem;
    background: #fff3f4;
    border-radius: 6px;
    padding: 6px 10px;
}
article .content p.ming {
    width: 1.30rem;
    height: 1.30rem;
    line-height: 1.30rem;
    background: url(/assets/listimg/mi.png) no-repeat;
    background-size: 100% 100%;
    font-size: .6rem;
    margin: .20rem;
    margin-right: .30rem;
    flex-shrink: 0;
    text-align: center;
    font-weight: bold;
    color: #000;
}

article .content p.ending {
    color: #63827d;
    font-size: 0.3rem;
}

article img {
    cursor: pointer;
    width: 100%;
    max-width: 6.00rem;
    border-radius: .12rem;
    display: block;
    margin: .10rem auto;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.simil-xmcs {
    text-align: left;
    margin-bottom: 20px;
}
.simil-xmcs a {
    float: left;
    margin: 5px;
    width: 15%;
    font-size: 16px;
    border-bottom: 1px #ddd dashed;
}
.pop-box, .cm-pop-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    z-index: 9;
}

/* 移动端样式 */
@media (max-width: 767px) {
    .pop-box, .cm-pop-box {
        width: 90%;
    }
}

/* PC端样式 */
@media (min-width: 768px) {
    .pop-box, .cm-pop-box {
        width: 550px;
    }
}
.pop-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.pop-close-box {
    position: absolute;
    top: 10px;
    right: 10px;
}
.pop-close-box img {
    width: 30px;
    height: 30px;
}
.pop-box .item-box, .cm-pop-box .item-box {
    width: 100%;
    height: 50px;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-top: 5px;
    align-items: center;
    font-size: 16px;
}
.item-box {
    padding: 20px;
}
.d_flex {
    display: flex;
}
.cm-pop-box .name.item {
    width: 35%;
    margin-bottom: 0px;
}
.cm-pop-box .name.item .inpt-tit {
    width: 40px;
}
.cm-pop-box .name.item .inpt {
    width: 60%;
}
.pop-box .item-box input, .cm-pop-box .item-box input {
    background: #f3f3f3;
    margin-left: 5px;
    font-size: 16px;
}
input, textarea, select, button {
    font: 16px Verdana, Helvetica, Arial, sans-serif;
    border: 0;
}
.cm-pop-box .item.name-txt {
    width: 50%;
}
.sex-box {
    margin-left: 0px;
    width: 8%;
}
.j_b {
    justify-content: space-between;
}
.pop-box .item .sex.active, .cm-pop-box .item .sex.active {
    background-color: #323463;
}
.pop-box .item .sex, .cm-pop-box .item .sex {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    background-color: #d2c7b3;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}
.pop-box .item .sex, .cm-pop-box .item .sex {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    background-color: #d2c7b3;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}
.pop-box .btn-box, .cm-pop-box .btn-box {
    justify-content: space-between;
    margin-top: 20px;
}
.pop-btn.qm-pop-btn {
    width: 100%;
}
.pop-btn.qm-pop-btn button {
    width: 100%;
}
.pop-btn button, .pop-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}
i,em{ font-style: normal;}
input{-webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; outline: 0; border:0; background:none; font-size: 16px; color:#333;}
::-webkit-input-placeholder{ color: #999;}
:-moz-placeholder{ color:#999;}
::-moz-placeholder{ color:#999;}
:-ms-input-placeholder{ color:#999;}
a{ text-decoration: none; color: #333;}
a:hover{ color:#c5453a; }

/* 通用独立样式 */
.clearfix:after{ content: ""; display: block; width: 100%; height: 0; line-height: 0; overflow: hidden; clear: both;}
.fx_item span {
    margin-right: 12px;
    margin-top: 18px;
}
.fx_item span {
    width: 175px;
    height: 88px;
    background: url(/assets/bjxcss/s_tian.jpg) no-repeat center;
    display: block;
    line-height: 88px;
    padding: 0 17px;
    font-size: 57px;
    box-sizing: border-box;
    background-size: 175px auto;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    text-align-last: justify;
    word-break: break-all;
    text-justify: distribute;
    color: #0c0b0b;
}
.fx_item {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
.graycircle {
    border: 1px solid gray;
    color: gray;
    border-radius: 4px;
    margin-right: 5px;
    padding-right: 3px;
    padding-left: 3px;
}
.redcircle {
    border: 1px solid #FF6633;
    color: #FF6600;
    border-radius: 4px;
    margin-right: 5px;
    padding-right: 3px;
    padding-left: 3px;
}
.relatename a{
    color: #333;
}
/* PC端样式 */
@media (min-width: 768px) {
    .c_title {
        padding-left: 20px;
        line-height: 30px;
        font-size: 18px;
        background: url(/assets/img/dt_arrow.png) 5px 10px no-repeat;
        margin: 8px 0;
        border: 1px solid #DADADA;
        background-color: #f6f6f6;
        font-weight: bold;
    }
}

/* 移动端样式 */
@media (max-width: 767px) {
    .c_title {
        padding-left: 15px;
        line-height: 30px;
        border-left: 5px solid #CC0000;
        font-size: 18px;
        background: #F5F5F5;
        margin: 8px 0;
    }
}
.green a {
    color: green;
}
.red a {
    color: red;
    font-size: 0.34rem;
}
.green {
    color: green;
}
.formTabQh {
    padding: 0 .3rem .3rem .3rem;
}
.tabUpChop {
    display: flex
;
    font-size: 0;
    justify-content: space-between;
    padding: .3rem 0;
}
.tabUpChop a.active, .tabUpChop span.active {
    color: #c7242d;
    font-weight: bold;
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #fff;
    border-radius: 6px;
}
.tabUpChop a, .tabUpChop span {
    font-size: .32rem !important;
    display: block;
    flex: 1;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #cacaca;
    padding: .2rem 0;
    cursor: pointer;
}
.itemBorInt {
    width: 100%;
    height: .9rem;
    border: 1px solid #ccc;
    line-height: .9rem;
    padding-left: .4rem;
    box-sizing: border-box;
    font-size: .3rem;
    margin-bottom: .2rem;
    position: relative;
}
.itemBorInt input {
    border: 0;
    background: none;
    height: 98%;
    width: 50%;
    font-size: .32rem;
    outline: none;
}
.sexSelect {
    position: absolute;
    right: .2rem;
    top: 0;
}
.sexSelect span.active {
    background: #ca863a;
}
.sexSelect span {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    background: #9c9c9c;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    margin-right: .1rem;
    cursor: pointer;
}
.itemBorInt input {
    border: 0;
    background: none;
    height: 98%;
    width: 50%;
    font-size: .32rem;
    outline: none;
}
input, textarea, select, button {
    font: 16px Verdana, Helvetica, Arial, sans-serif;
    border: 0;
}
.laIcon {
    width: 14px;
    height: 12px;
    background-position: -28px -44px;
    position: absolute;
    right: 28px;
    top: 24px;
}
.submitForm1 {
    width: 100%;
    height: .9rem;
    background: linear-gradient(to right, #f1534b, #e58244);
    border: 0;
    display: block;
    font-size: .4rem;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    /* margin: .5rem auto; */
    text-align: center;
    line-height: .9rem;
}
