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

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

.m_b20 {
    margin-bottom: 20px;
}

.wx_1 {
    color: #dfba29;
}
.luck_2,
.jx_2 {
    color: #1cb34e !important;
}
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: #fefcfa;
}

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

.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: 1200px;
}

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

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

/* 默认样式，适用于PC */
.container-sc .container {
    width: 65%;
    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 #ebebeb;
}

.container-sc .quming-warp {
    padding: .6rem .40rem;
}

.container-sc .quming-yuyi {
    padding: .6rem .40rem;
}

.container-sc .quming-bihua {
    padding: .6rem .40rem;
}

.container-sc .quming-xingge {
    padding: .6rem .40rem;
}
.container-sc .quming-shici {
    padding: .6rem .40rem;
}
.container-sc .quming-wuxing {
    padding: .6rem .40rem;
}
.container-sc h1 {
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
}
.quming-warp .switch>*.on {
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #fff;
    /* position: relative; */
}
.quming-warp .switch>* {
    height: 36px;
    background: #eaeaea;
    border-radius: 6px;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.quming-warp .switch {
    display: flex
;
    align-content: center;
    justify-content: space-evenly;
}
.quming-warp h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-yuyi h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-bihua h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-xingge h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-shici h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-wuxing h2 {
    text-align: center;
    font-size: .32rem;
}

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

}

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

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

.zi {
    color: #4caf50;
}
.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-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;
    }
    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 p {
        margin-bottom: .10rem;
        line-height: 1.2;
    }

    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) {
    .form-bottom {
        display: none;
    }

    header {
        height: 70px;
        padding: 0 30px;
        background-color: #FFF;
    }
    .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: 35%;
    }
}

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

    .container-sc .container,
    .slide {
        margin: 0 auto;
    }
    .container-sc .box-warp,
    .bread {
        width: 96%;
    }
    .slide {
        margin-top: .20rem;
    }
}
.tabUpChop{
    display: flex;
    font-size: 0;
    justify-content: space-between;
    padding: .3rem 0;
}
.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;
}
.tabUpChop a.active,.tabUpChop span.active{
    color: #c7242d;
    font-weight: bold;
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #fff;
    border-radius: 6px;
}
.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;
}
.itemBorInt input#birthdayTab1{
    width: 100%;
}
.formTabQh{
    padding: 0 .3rem .3rem .3rem
}
.testNameForm p{
    color: #d52c2b;
    text-align: left;
    font-size: 1rem;
    text-indent: 0;
    margin-bottom: .2rem;
    margin-top: 1rem;
}
.sexSelect{
    position: absolute;
    right: .2rem;
    top: 0;
}
.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;
}
.sexSelect span.active{
    background: #ca863a;
}
.ceming-top {
    padding: .30rem;
}

.box-warp {
    font-size: .3rem;
}
@media only screen and (max-width: 768px) {
    .box-warp {
        font-size: .34rem;
    }
}
.ceming-top .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.ceming-top .to-ceming {
    color: #8a8686;
    font-size: .24rem;
    line-height: .40rem;
    border-radius: 0.08rem;
    display: flex;
    padding-bottom: 0.2rem;
}

.router {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ebebeb;
    font-size: 0.24rem;
}

.router .lab {
    background-color: #00a9e3;
    padding: 0 0.2rem;
    margin-right: 0.1rem;
    color: #fff;
    border-radius: 0.12rem;
    line-height: 1.8;
    display: inline-block;
}

.router>a {
    background-color: #e4f9ff;
    color: #387d91;
    margin-right: 0.2rem;
    border-radius: 6px;
    padding: 0 0.2rem;
    display: inline-block;
    line-height: 1.8;
}

.ceming-top .to-ceming a {
    color: #4da0c6;
    display: flex;
    align-items: center;
}

.ceming-top .to-ceming a img {
    width: .20rem;
}

.ceming-top .pingfen {
    color: #666;
    font-size: .24rem;
    text-align: center;
}

.ceming-top .pingfen p {
    color: #999;
    line-height: 1.2;
    font-size: 12px;
    margin: 0;
}

.pingfen .go_score {
    border: 1px solid #caa456;
    font-size: 16px;
    width: 2rem;
    height: 0.65rem;
    line-height: 0.6rem;
    border-radius: 20px;
    color: #caa456;
    display: inline-block;
    margin-bottom: 0.1rem;
}

.ceming-top .top h1 {
    font-size: .52rem;
    letter-spacing: 5px;
}

.ceming-top .top .spell {
    line-height: 1;
    margin: 0;
}

.ceming-top .top .spell span {
    display: inline-block;
    width: .44rem;
    font-size: 0.24rem;
    text-align: center;
    color: #999;
    margin: 0 5px;
}

.ceming-top .top .score {
    color: #e4c245;
    font-size: .52rem;
    font-weight: 700;
    padding: 0 .10rem;
}

.words-warp li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: .20rem;
    padding: .10rem 0;
    border-bottom: 1px dotted #ebebeb;
}

.words-warp li:last-child {
    border-bottom: none;
}

.words-warp li>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
}

.words-warp li>div a {
    color: #4da0c6;
}

.words-warp li>div.mi {
    background: url(/assets/listimg/mi.png) no-repeat;
    width: 1.00rem;
    height: 1.00rem;
    background-size: 100% 100%;
    line-height: 1.00rem;
    text-align: center;
    font-size: .48rem;
    font-weight: 700;
}

.words-warp li .lab {
    background: #eaeaea;
    color: #999;
    font-size: .24rem;
    border-radius: .08rem;
    padding: .05rem .16rem;
    margin-bottom: .10rem;
}

p {
    margin-bottom: .20rem;
    line-height: 1.8;
}

.yuyi-warp .word {
    background: #ededed;
    border-radius: .10rem;
    font-style: inherit;
    text-align: center;
    font-weight: 700;
    padding: .04rem .10rem;
    color: #615345;
}

h3 {
    font-size: .30rem;
    margin-bottom: .16rem;
    color: #607d8b;
}

.hanyi-warp {
    padding-top: .20rem;
}
.simil {
    text-align: left;
}

.simil a {
    color: #3793e4;
    padding: 0.2rem 0.1rem 0.1rem;
    line-height: 1.6;
    display: inline-block;
}
.qm-detail-group {
    margin: 15px 0;
}
.block-title2 {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.block-title2:before {
    content: '';
    width: 42px;
    height: 6px;
    background-color: #feead3;
    position: absolute;
    left: 0;
    bottom: 0;
}
.qm-detail-recom {
    overflow: hidden;
}
.qm-detail-recom li {
    float: left;
    margin-left: 12px;
    margin-bottom: 10px;
}
.qm-detail-recom a {
    display: block;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    color: #4da0c6;
}
.mingzi-name-score {
    color: #999;
    line-height: 1.2;
    font-size: 13px;
    margin: 0;
}
.mingzi-name-score a {
    color: #00a9e3;
}
.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;
}
.red a {
    color: red;
    font-size: 0.34rem;
}
* {
    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: 0.32rem;
}

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

.m_b20 {
    margin-bottom: 20px;
}

.wx_1 {
    color: #dfba29;
}
.luck_2,
.jx_2 {
    color: #1cb34e !important;
}
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: #fefcfa;
}

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

.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: 1200px;
}

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

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

/* 默认样式，适用于PC */
.container-sc .container {
    width: 65%;
    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 #ebebeb;
}

.container-sc .quming-warp {
    padding: .6rem .40rem;
}

.container-sc .quming-yuyi {
    padding: .6rem .40rem;
}

.container-sc .quming-bihua {
    padding: .6rem .40rem;
}

.container-sc .quming-xingge {
    padding: .6rem .40rem;
}
.container-sc .quming-shici {
    padding: .6rem .40rem;
}
.container-sc .quming-wuxing {
    padding: .6rem .40rem;
}
.container-sc h1 {
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
}
.quming-warp .switch>*.on {
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #fff;
    /* position: relative; */
}
.quming-warp .switch>* {
    height: 36px;
    background: #eaeaea;
    border-radius: 6px;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.quming-warp .switch {
    display: flex
;
    align-content: center;
    justify-content: space-evenly;
}
.quming-warp h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-yuyi h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-bihua h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-xingge h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-shici h2 {
    text-align: center;
    font-size: .32rem;
}
.quming-wuxing h2 {
    text-align: center;
    font-size: .32rem;
}

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

}

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

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

.zi {
    color: #4caf50;
}
.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-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;
    }
    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 p {
        margin-bottom: .10rem;
        line-height: 1.2;
    }

    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) {
    .form-bottom {
        display: none;
    }

    header {
        height: 70px;
        padding: 0 30px;
        background-color: #FFF;
    }
    .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: 35%;
    }
}

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

    .container-sc .container,
    .slide {
        margin: 0 auto;
    }
    .container-sc .box-warp,
    .bread {
        width: 96%;
    }
    .slide {
        margin-top: .20rem;
    }
}
.tabUpChop{
    display: flex;
    font-size: 0;
    justify-content: space-between;
    padding: .3rem 0;
}
.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;
}
.itemBorInt input#birthdayTab1{
    width: 100%;
}
.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;
}
.formTabQh{
    padding: 0 .3rem .3rem .3rem
}
.testNameForm p{
    color: #d52c2b;
    text-align: left;
    font-size: 1rem;
    text-indent: 0;
    margin-bottom: .2rem;
    margin-top: 1rem;
}
.sexSelect{
    position: absolute;
    right: .2rem;
    top: 0;
}
.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;
}
.sexSelect span.active{
    background: #ca863a;
}
.ceming-top {
    padding: .30rem;
}

.box-warp {
    font-size: .3rem;
}
@media only screen and (max-width: 768px) {
    .box-warp {
        font-size: .34rem;
    }
}
.ceming-top .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.ceming-top .to-ceming {
    color: #8a8686;
    font-size: .24rem;
    line-height: .40rem;
    border-radius: 0.08rem;
    display: flex;
    padding-bottom: 0.2rem;
}

.router {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ebebeb;
    font-size: 0.24rem;
}

.router .lab {
    background-color: #00a9e3;
    padding: 0 0.2rem;
    margin-right: 0.1rem;
    color: #fff;
    border-radius: 0.12rem;
    line-height: 1.8;
    display: inline-block;
}

.router>a {
    background-color: #e4f9ff;
    color: #387d91;
    margin-right: 0.2rem;
    border-radius: 6px;
    padding: 0 0.2rem;
    display: inline-block;
    line-height: 1.8;
}

.ceming-top .to-ceming a {
    color: #4da0c6;
    display: flex;
    align-items: center;
}

.ceming-top .to-ceming a img {
    width: .20rem;
}

.ceming-top .pingfen {
    color: #666;
    font-size: .24rem;
    text-align: center;
}

.ceming-top .pingfen p {
    color: #999;
    line-height: 1.2;
    font-size: 12px;
    margin: 0;
}

.pingfen .go_score {
    border: 1px solid #caa456;
    font-size: 16px;
    width: 2rem;
    height: 0.65rem;
    line-height: 0.6rem;
    border-radius: 20px;
    color: #caa456;
    display: inline-block;
    margin-bottom: 0.1rem;
}

.ceming-top .top h1 {
    font-size: .52rem;
    letter-spacing: 5px;
}

.ceming-top .top .spell {
    line-height: 1;
    margin: 0;
}

.ceming-top .top .spell span {
    display: inline-block;
    width: .44rem;
    font-size: 0.24rem;
    text-align: center;
    color: #999;
    margin: 0 5px;
}

.ceming-top .top .score {
    color: #e4c245;
    font-size: .52rem;
    font-weight: 700;
    padding: 0 .10rem;
}

.words-warp li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: .20rem;
    padding: .10rem 0;
    border-bottom: 1px dotted #ebebeb;
}

.words-warp li:last-child {
    border-bottom: none;
}

.words-warp li>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
}

.words-warp li>div a {
    color: #4da0c6;
}

.words-warp li>div.mi {
    background: url(/assets/listimg/mi.png) no-repeat;
    width: 1.00rem;
    height: 1.00rem;
    background-size: 100% 100%;
    line-height: 1.00rem;
    text-align: center;
    font-size: .48rem;
    font-weight: 700;
}

.words-warp li .lab {
    background: #eaeaea;
    color: #999;
    font-size: .24rem;
    border-radius: .08rem;
    padding: .05rem .16rem;
    margin-bottom: .10rem;
}

p {
    margin-bottom: .20rem;
    line-height: 1.8;
}

.yuyi-warp .word {
    background: #ededed;
    border-radius: .10rem;
    font-style: inherit;
    text-align: center;
    font-weight: 700;
    padding: .04rem .10rem;
    color: #615345;
}

h3 {
    font-size: .30rem;
    margin-bottom: .16rem;
    color: #607d8b;
}

.hanyi-warp {
    padding-top: .20rem;
}
.simil {
    text-align: left;
}

.simil a {
    color: #3793e4;
    padding: 0.2rem 0.1rem 0.1rem;
    line-height: 1.6;
    display: inline-block;
}
.qm-detail-group {
    margin: 15px 0;
}
.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;
}
.amg_1 {
    padding-left: 15px;
    padding-right: 15px;
}
.newXuanFu a b {
    font-size: 22px;
    color: #fff;
}
.newXuanFu a p {
    margin-top: -5px;
    font-size: 12px;
    color: #fff;
}
.newMzHao {
    margin-top: 10px;
    float: left;
    font-size: 16px;
}
.am-icon-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}[class*=am-icon-].am-fl {
	margin-right: .3em
}[class*=am-icon-].am-fr {
	margin-left: .3em
}
.am-fr {
	float: right
}
ul.am-dropdown-content.am-fr {
	right: 0;
	left: auto
}
.am-fr>.am-dropdown-content {
	right: 0;
	left: auto
}
.am-fr>.am-dropdown-content:before {
	right: 10px;
	left: auto
}
.redcircle {
    border: 1px solid #FF6633;
    color: #FF6600;
    border-radius: 4px;
    margin-right: 5px;
    padding-right: 3px;
    padding-left: 3px;
}
.graycircle {
    border: 1px solid gray;
    color: gray;
    border-radius: 4px;
    margin-right: 5px;
    padding-right: 3px;
    padding-left: 3px;
}
.green {
    color: green;
}
.con70 a, .con60-1 a {
    height: 25px;
    line-height: 25px;
    float: left;
    font-size: 16px;
    color: #09C;
    text-align: center;
}
@media only screen and (min-width: 1001px) {
    .con70 a, .con60-1 a {
        width: 20%;
    }
}
.am-panel {
    margin-bottom: 20px;
}
.am-padding-vertical-xs {
    padding-top: .125rem;
}