* {
    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;
}

.col_666 {
    color: #666;
}

.col_999 {
    color: #999999;
}

.col_ccc {
    color: #cccccc;
}

.col_e91 {
    color: #e91e63 !important;
}

.center {
    text-align: center;
}


.p_t20 {
    padding-top: 20px;
}

.m_b20 {
    margin-bottom: 20px;
}

.m_t100 {
    margin-top: 1rem;
}

.pd20-0 {
    padding: 20px 0;
}

/* 颜色 */
.co_333 {
    color: #333 !important;
}

.co_base {
    color: #de8545 !important;
}

/* 五行 */
.wxst_1,
.wxst_2,
.wxst_3,
.wxst_4,
.wxst_5 {
    display: block;
    width: .60rem;
    height: .30rem;
    padding-left: .30rem;
    font-size: .20rem;
    color: #999;
}

.wxst_1 {
    background: url(https://static.52zhbb.com/qiming/img/wx1.png) no-repeat;
    background-size: .26rem .26rem;
}

.wxst_2 {
    background: url(https://static.52zhbb.com/qiming/img/wx2.png) no-repeat;
    background-size: .26rem .26rem;
}

.wxst_3 {
    background: url(https://static.52zhbb.com/qiming/img/wx3.png) no-repeat;
    background-size: .26rem .26rem;
}

.wxst_4 {
    background: url(https://static.52zhbb.com/qiming/img/wx4.png) no-repeat;
    background-size: .26rem .26rem;
}

.wxst_5 {
    background: url(https://static.52zhbb.com/qiming/img/wx5.png) no-repeat;
    background-size: .26rem .26rem;
}

.wxst_1::after {
    content: '金';
}

.wxst_2::after {
    content: '木';
}

.wxst_3::after {
    content: '水';
}

.wxst_4::after {
    content: '火';
}

.wxst_5::after {
    content: '土';
}

.wx_1 {
    color: #dfba29;
}

.wx_2 {
    color: #5b9b75;
}

.wx_3 {
    color: #245ced;
}

.wx_4 {
    color: #de775a;
}

.wx_5 {
    color: #c5a087;
}

.luck_1,
.jx_1 {
    color: #e72525 !important;
}

.luck_2,
.jx_2 {
    color: #1cb34e !important;
}

.fw700 {
    font-weight: 700;
}

.co_333 {
    color: #333 !important;
}

.co_999 {
    color: #999 !important;
}

.col_blue {
    color: #03a9f4 !important;
}

.col_red {
    color: #e91e63 !important;
}

.col_yellow {
    color: #c1af66 !important;
}

.back1 {
    background: #ccd2ac;
}

.back2 {
    background: #acd2b0;
}

.back3 {
    background: #b0d9e1;
}

.back4 {
    background: #b2bbd8;
}

.back5 {
    background: #d3bcd4;
}

.back6 {
    background: #edc3ce;
}

.back7 {
    background: #afdeff;
}

.back8 {
    background: #a3977f;
}

.back9 {
    background: #e3434f;
}

.line {
    border-top: 1px dotted #d7d7d7;
    margin-top: 10px;
}

.bg_base {
    background: linear-gradient(to right, #f1534b, #e58244);
}

a:hover {
    color: #1e91e8;
}

/* 弹窗 */
.msg-warp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
}

.msg-warp .msg-pop {
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    font-size: .30rem;
    line-height: 2;
    animation: bgr 0.3s ease;
}

@keyframes bgr {
    0% {
        background-color: rgba(0, 0, 0, 0.1);
    }

    50% {
        background-color: rgba(0, 0, 0, 0.5);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

/* 分页样式 */
ul.pagination {
    display: flex;
}

ul.pagination li {
    padding: .10rem .20rem;
}

ul.pagination li span,
ul.pagination li a {
    font-size: .28rem;
}

ul.pagination li span {
    color: #999;
}

ul.pagination li a:hover {
    color: #ed584a;
    text-decoration: underline;
}

ul.pagination li.active span {
    font-weight: 700;
    color: #ed584a;
}

.pager {
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
    width: 100%;
}

.pager li {
    flex: 2;
}

.pager li:first-child {
    margin-left: 20px;
    flex: 1;
}

.pager li * {
    width: 100%;
    display: inline-block;
    background: rgba(230, 229, 215, 0.8);
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.pager li.disabled span {
    background-color: #ccc;
    color: #999;
    cursor: no-drop;
}

.pager li a:hover {
    background: rgba(196, 195, 180, 0.8);
}



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;
}

.back-title {
    font-size: .32rem;
    font-weight: 700;
}

/* 侧边栏 */
.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 .start span {
    display: inline-block;
    width: .14rem;
    height: .14rem;
    background: url(../img/start_on.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 1px;
}

.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 .quming-warp {
    padding: .6rem .40rem;
}

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

.quming-warp h2 {
    text-align: center;
    font-size: .32rem;
}


/* 功能介绍 */
.content-yy {
    padding: 0;
}

.content-yy .title {
    font-size: .40rem;
    line-height: .40rem;
    padding: .36rem 0;
    text-align: center;
    font-weight: 700;
    color: #333;
}

.content-yy .title>span {
    color: #eb7e5c;
}

.content-yy .meaning {
    padding: .40rem .36rem;
    background-color: #f8f8f8;
    border-radius: .12rem;
    line-height: 1.6;
}

.content-yy .meaning .item {
    display: flex;
    align-items: center;
    margin-bottom: .10rem;
    position: relative;
}

.content-yy .meaning .item::after {
    content: '';
    position: absolute;
    left: .24rem;
    top: .50rem;
    height: 1.16rem;
    width: 1px;
    border-left: 1px dotted #eb7e5c;
}

.content-yy .meaning .item:nth-last-child(2)::after {
    border-left: none;
}

.content-yy .meaning>p {
    padding-left: .70rem;
    font-size: .26rem;
    line-height: .32rem;
    margin-bottom: .40rem;
}

.content-yy .meaning>p:last-child {
    margin-bottom: .10rem;
}

.content-yy .meaning .item .num {
    flex-shrink: 0;
    width: .50rem;
    height: .50rem;
    background-color: #fbc195;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .20rem;
}

.content-yy .meaning .item .num span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.content-yy .meaning .item .num .one {
    width: .40rem;
    height: .40rem;
    background-color: #fd903c;
}

.content-yy .meaning .item .num .two {
    width: .30rem;
    height: .30rem;
    background-color: #ff6f00;
    font-size: .14rem;
    color: #fff;
}

.content-yy .meaning .row {
    display: flex;
    align-items: center;
    font-size: .30rem;
    font-weight: 700;
    color: #333;
}

.content-yy .meaning .row .j {
    height: .44rem;
    width: .80rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #f1534b, #e58244);
    border-radius: 4px;
    margin-right: .10rem;
    color: #fff;
    font-size: .22rem;
    position: relative;
    font-weight: 400;
}

.content-yy .meaning .row .j::after {
    width: .70rem;
    height: .33rem;
    border: 1px solid #f0c69b;
    border-radius: 4px;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
}

.content-yy .video {
    width: 6.30rem;
    height: 3.50rem;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #000;
    margin-bottom: .20rem;
    display: block;
}

.content-yy p.desc-info {
    font-size: .26rem;
    line-height: .40rem;
    padding-bottom: .30rem;
    max-width: 420px;
    margin: 0 auto;
}

.content-yy .desc-al {
    padding: .20rem;
}

.content-yy .desc-al img {
    display: block;
    width: 5.90rem;
    margin: 0 auto;
}

.content-yy .desc-al img.ls {
    width: .380rem;
}

.content-yy .qa-warp .question {
    cursor: pointer;
    color: #333;
}

.content-yy .qa-warp .question,
.qa-warp .answers {
    font-size: .26rem;
    padding-left: .66rem;
    position: relative;
    line-height: .40rem;
    margin-bottom: .20rem;
}

.content-yy .qa-warp .question::before,
.qa-warp .answers::before {
    content: '问';
    position: absolute;
    width: .40rem;
    height: .40rem;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    border-radius: 4px;
    border-bottom-left-radius: 0;
}

.content-yy .qa-warp .answers {
    font-size: .24rem;
    padding-bottom: .30rem;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: .36rem;
    display: none;
    color: #666;
}

.content-yy .qa-warp .answers.show {
    display: block;
}

.content-yy .qa-warp .answers::before {
    content: '答';
    background: #13bd45;
}

/* 栏目页文章列表 */
.content-yy .article-list {
    display: flex;
    flex-wrap: wrap;
}

.content-yy .article-list .arctit {
    display: flex;
    margin-bottom: .30rem;
}

.content-yy .article-list .arctit a {
    margin-right: .20rem;
}

.content-yy .article-list .arctit a img {
    width: 2.00rem;
    height: 1.40rem;
    border-radius: .12rem;
}

.content-yy .article-list .tit {
    font-size: .30rem;
    line-height: .32rem;
    margin-bottom: .10rem;
    display: block;
}


.content-yy .article-list .description {
    font-size: .24rem;
    color: #777;
    margin-bottom: .10rem;
}

.content-yy .article-list .pubdate {
    font-size: .20rem;
    color: #999;
}

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;
}

.cloud-tag-list,
.mingzi-warp {
    padding: .20rem;
}

.cloud-tag-list a {
    display: inline-block;
    white-space: nowrap;
    padding: .10rem;
    margin: 4px;
    margin-bottom: .20rem;
    font-size: 0.28rem;
}

.mingzi-warp a {
    display: inline-block;
    width: 23.8%;
    text-align: center;
    line-height: 2;
    font-size: .28rem;
}

.cloud-tag-list a:nth-child(5n+1) {
    background-color: #ffffd8;
    color: #bdbd5b;
}

.cloud-tag-list a:nth-child(5n+2) {
    background-color: #d4ffff;
    color: #58a9a9;
}

.cloud-tag-list a:nth-child(5n+3) {
    background-color: #fed1d1;
    color: #d85b5b;
}

.cloud-tag-list a:nth-child(5n+4) {
    background-color: #d5d5ff;
    color: #8080f8;
}

.cloud-tag-list a:nth-child(5n+5) {
    background-color: #dbffb6;
    color: #98d35d;
}

.go-ceshi-btn {
    height: 0.7rem;
    width: 80%;
    max-width: 300px;
    line-height: 0.7rem;
    margin: 20px auto 0;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    display: block;
    background-image: linear-gradient(0deg, #fae2ab 0, #facd4b 100%);
    background-image: -webkit-linear-gradient(0deg, #fae2ab 0, #facd4b 100%);
    color: #5E3F00;
    letter-spacing: 2px;
    cursor: pointer;
}

.name {
    color: #00bcd4;
}

.zi {
    color: #4caf50;
}

.tool-type {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 0.36rem;
}

.web-menu {
    display: none;
}

/* 移动端 */
@media screen and (max-width: 767px) {
    .form-bottom {
        display: flex;
        position: fixed;
        z-index: 9999999;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 10px 0.2rem;
        box-shadow: 0 0 6px rgb(0 0 0 / 20%);
        justify-content: space-between;
    }

    .form-bottom a {
        width: 3.48rem;
        text-align: center;
        line-height: 1rem;
        color: #fff;
        border-radius: 8px;
        background-color: #323463;
    }

    .form-bottom a.qm {
        background-color: #ba4a57;
    }

    .wapno {
        display: none;
    }

    .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;
    }

    /* 底部菜单 */
    .footer-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 9;
        border-top: 1px solid #d9d9d9;
        background: #fff;
    }

    .footer-menu>* {
        flex: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-menu img {
        width: 0.4rem;
        height: auto;
        margin-bottom: 0.04rem;
    }

    .footer-menu i {
        display: block;
        width: 0.4rem;
        height: 0.4rem;
        margin-bottom: 0.04rem;
    }

    .footer-menu i.shouye {
        background: url(/static/img/menu_shouye.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer-menu i.ceming {
        background: url(/static/img/menu_ceming.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer-menu i.zidian {
        background: url(/static/img/menu_zidian.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer-menu i.yonghu {
        background: url(/static/img/menu_yonghu.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer-menu .on i.shouye {
        background: url(/static/img/menu_shouye_on.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer-menu .on i.ceming {
        background: url(/static/img/menu_ceming_on.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer-menu .on i.zidian {
        background: url(/static/img/menu_zidian_on.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer-menu .on i.yonghu {
        background: url(/static/img/menu_yonghu_on.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer-menu span,
    .footer-qms a span {
        font-size: 0.28rem;
        color: #929295;
    }

    .footer-menu .on span {
        color: #f0564a;
    }

    .footer-qms {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
        height: 4rem;
        padding: 0.36rem 0;
        background: #fff;
        border-top: 1px solid #d9d9d9;
        display: flex;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        transform: translateY(100%);
        transition: all 0.3s;
    }

    .footer-qms.show {
        transform: translateY(0);
    }

    .footer-qms a {
        width: 33%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-qms a img {
        width: 1rem;
        height: auto;
        margin-bottom: 0.06rem rem;
    }

    .footer-qms-cover {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 10;
        display: none;
        opacity: 0;
        transition: all 0.3s;
    }

    .footer-qms-cover.show {
        display: block;
        opacity: 1;
    }

    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;
}

.button-bg {
    background: linear-gradient(to right, #f2544b, #e58143);
}

/* 表单 */
form.qm-form {
    padding: .34rem 0;
    font-size: .32rem;
    max-width: 7rem;
    margin: 0 auto;
}

#birthday,
#birthday2 {
    cursor: pointer;
    flex: 1;
}

form.qm-form.show {
    display: block;
}

form.qm-form>label {
    display: flex;
    padding: .28rem 0;
    border-bottom: 1px solid #f5f5f5;
    align-items: center;
}

form.qm-form>label.mini-label {
    border: 1px solid #e58244;
    padding: 0 0 0 .20rem;
    border-radius: .10rem;
    overflow: hidden;
    justify-content: space-between;
}

button.mini-submit {
    width: 2rem;
    height: .66rem;
    border: none;
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #fff;
    cursor: pointer;
    font-size: .28rem;
}

select.zodiac {
    flex: 1;
    border: none;
    padding-left: 0.2rem;
    outline: none;
    font-size: 0.34rem;
}

form.qm-form label>span {
    color: #999;
    margin-right: .44rem;
    white-space: nowrap;
}

form.qm-form label>input {
    width: 4rem;
    white-space: nowrap;
    font-size: .32rem;
}

form.qm-form label input {
    border: none;
    outline: none;
    font-size: .32rem;
}

form.qm-form label input[type=checkbox] {
    margin-right: 0.1rem;
}

form.qm-form label input[type=text] {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

form.qm-form label input::placeholder {
    color: #999;
    font-weight: 100;
}

.sex-warp {
    display: flex;
}

.checkbox-warp {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-warp label {
    display: flex;
    padding: 0.1rem 0;
    margin-right: 0.3rem;
}

.checkbox-warp label input {
    width: 0.4rem !important;
}

.sex-warp i {
    display: inline-block;
    width: .40rem;
    height: .40rem;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin-right: 4px;
}

.sex-warp label {
    margin-right: .30rem;
    display: flex;
    font-size: .32rem;
    line-height: .40rem;
    cursor: pointer;
}

.sex-warp label:last-child {
    margin-right: 0;
}

.sex-warp input {
    display: none;
}

.sex-warp input:checked~i {
    border: none;
    background: url(../indeximg/selected.png) no-repeat;
    background-size: 100% 100%;
}

.form-submit {
    width: 5.16rem;
    height: .98rem;
    margin: 0 auto;
    display: block;
    /*background: url(../img/submit-bg1.png) no-repeat;*/
    background: #e77645;
    border-radius: 8px;
    /*background-size: 100% 100%;*/
    font-size: 25px;
    color: #fff;

    border: none;
    margin-top: .20rem;
    cursor: pointer;
}
.form-submit:after{
    content: '';
}
.form-submit.ceming {
    background: url(../img/submit-bg-ceming.png) no-repeat;
    background-size: 100% 100%;
}

.peidui {
    line-height: 1.6;
    padding: 0.2rem;
}

.peidui p {
    margin-bottom: 0.2rem;
}

.peidui .vs span {
    color: rgb(225, 23, 23);
}

.peidui b {
    color: #dfaa39;
    font-size: 0.44rem;
}

.peidui a {
    display: inline-block;
    width: 33%;
    text-align: center;
    line-height: 2.4;
    font-size: 0.4rem;
    color: #666;
    position: relative;
}

.peidui .rewarp {
    width: 1rem;
    height: 1rem;
    background: none;
    border: none;
    display: block;
    margin: 10px auto;
}

.peidui .rewarp img {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    transform: rotate(0deg);
}

.peidui .rewarp.rt img {
    transform: rotate(540deg);
}

.peidui .tig {
    text-align: center;
    color: #999;
    font-size: 12px;
}

.tools-title {
    margin-bottom: 10px;
}

.tools-btn a {
    display: inline-block;
    color: #333;
    background-color: #f6f6f6;
    border: 1px #f2f2f2 solid;
    padding: 5px 10px 6px;
    border-radius: 6px;
    margin: 10px 8px;
}

.mean_img img {
    border-radius: 6px;
    margin: 10px 0;
}
.about_qmw{
    background: #fff;
    border-radius: 0.12rem;
    margin-top: 0.3rem;
    padding: 0.3rem .3rem .4rem .3rem;
    margin-bottom: 0.3rem;
}
.about_qmw{
    font-size: 0;
}
.about_qmw img{
    margin-right: 10px;
    display: block;
    width: 3rem;
}
.about_qmw em{
    font-size: .3rem;
    font-style: normal;
    line-height: .5rem;
}
.tw_font{
    padding: .21rem .32rem;
    background: #f8f8f8;
}
.tw_font img{
    display: block;
    margin-right: 10px;
}
.tw_font em{
    font-size: .3rem;
    font-style: normal;
    line-height: .54rem;
    margin-top: .1rem;
    display: block;
}
.cs_fb{
    font-size: .28rem;
    text-align: center;
    margin-top: .3rem;
    color: #505050;
}
#constellatory_main{
    height: 200px;
}
.pm_list{
    padding-top: .1rem;
}
.pm_list li{
    display: flex;
    align-items: center;
    margin-top: .3rem;
}
.pm_list li span,.pm_list li em{
    color: #191919;
    font-size: .3rem;
}
.pm_list li .jd_duo{
    flex: 2;
    margin: 0 15px;
}
.pm_list li .jd_duo em{
    height: 100%;
    display: block;
    border-radius: 10px;
}
.pm_list li .jd_duo em.c1{
    background: #e786ab;
}
.pm_list li .jd_duo em.c2{
    background: #f2c369;
}
.pm_list li .jd_duo em.c3{
    background: #71b6d3;
}
.pm_list li>em{
    font-style: inherit;
}
.jd_duo{
    height: 15px;
    background: #f3f1f4;
    border-radius: 10px;
}
/* pc端 */
@media screen and (min-width: 768px) {
    .form-bottom {
        display: none;
    }

    header {
        height: 70px;
        padding: 0 30px;
        background-color: #FFF;
    }

    .back-btn {
        display: none;
    }

    .back-title {
        display: none;
    }

    .footer-qms.show {
        position: fixed;
        background: #fff;
        left: 50%;
        top: 50%;
        width: 600px;
        padding: 20px 0;
        transform: translate(-50%, -50%);
        border-radius: 6px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        z-index: 100;
    }

    .footer-qms-cover.show {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 10;
        opacity: 1;
    }

    .footer-qms.show a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        margin: 20px 0;
    }

    .bottom-menu-warp {
        display: none;
    }

    .sc-header {
        height: auto;
        /*padding-top: 10px;*/
    }

    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;
    }

    .peidui a {
        display: inline-block;
        width: 50%;
    }

    .friend-link {
        display: none;
    }

    .container-sc .box-warp,
    .bread {
        width: 96%;
    }

    .content-yy .article-list .description {
        display: none;
    }

    .content-yy .article-list .tit {
        line-height: 1.5;
        min-height: .96rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .slide {
        margin-top: .20rem;
    }
}

.fb_list{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fb_list li{
    text-align: center;
    margin: 0 10px;
}
.fb_list li span{
    color: #e1a32c;
}
.fb_list li .jd_con{
    height: 2.6rem;
    margin: 0 auto 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.fb_list li .jd_con em{
    width: .22rem;
    background: #f2c369;
    display: block;
    position: relative;
    border-radius: 10px;
}
.fb_list li p{
    font-size: .25rem;
}
.fb_list li .jd_con em span{
    position: absolute;
    top: -.5rem;
    left: -0.15rem;
    font-style: normal;
}
@media screen and (min-width: 768px){
    .about_qmw img {
        width: auto;
    }
    #constellatory_main{
        padding-left:1rem;
        height: 300px;
    }
}
.mz-list a{
    display: inline-block;
    width: 16.8%;
    text-align: center;
    line-height: 2;
    font-size: .28rem;
}


/* 新增表单样式 */
.form-warp{
    width: 200%;
    display: flex;
    transition: all 0.5s ease;
}
.newForm .switch {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    margin-top: 40px;
}
.newForm .scroll-warp{
    margin-top: 15px;
    margin-bottom: 35px;
}
.newForm .switch>* {
    height: 36px;
    background: #eaeaea;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    width: 190px;
    text-align: center;
    cursor: pointer;
}

.newForm .switch>*.on {
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #fff;
    position: relative;
}

.newForm .switch>*.on::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    background-color: #eb6a48;
    transform: translateX(-50%) rotate(45deg);
}
.tool1{
    height: 36px;
    background: #eaeaea;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .newForm .switch>*{
        width: 100px;
        font-size: 14px;
    }
}
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_single {
    padding: .30rem .20rem;
    background: #f6f6f6;
    margin: .20rem;
    border-radius: .12rem;
    line-height: 1.6;
}

.article_single a {
    padding: 0.06rem;
    margin-right: 0.05rem;
    font-size: 0.24rem;
}

.article_single a:nth-of-type(1) {
    background-color: #7edcf8;
    color: #3e7686;
}

.article_single a:nth-of-type(2) {
    background-color: #f3e4ff;
    color: #9c55b3;
}

.article_single a:nth-of-type(3) {
    background-color: #e4fffa;
    color: #55b39a;
}

.article_single a:nth-of-type(4) {
    background-color: #ffe4e7;
    color: #b35566;
}

.article_single a:nth-of-type(5) {
    background-color: #b0d6f3;
    color: #558cc7;
}

.article_single a:nth-of-type(6) {
    background-color: #ffddd2;
    color: #ff5722;
}

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: 14px;
    border-bottom: 1px #ddd dashed;
}
.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;
}
