@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body{
    position: relative;
    width: 7.5rem;
    margin: auto;
    background: #fcf8ef;
    font-family: '微软雅黑', 'PingFang SC', 'Arial', '宋体', 'simsun', sans-seri
}
html{
    background: #fff;
}
.tF{
    text-indent: -999em;
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
}

textarea, select {
    *font-size: 100%;
}

a {
    text-decoration: none;
}

a, .answer-list li {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

* {
    outline: none;
    -webkit-touch-callout: none;
}

/*img{display: block;width: 100%;height: auto;}*/
.hide {
    display: none;
}

.g-fl {
    float: left;
}

.g-fr {
    float: right;
}

.flex {
    display: flex;
    flex-flow: row inwrap;
    justify-content: flex-start;
    /*default value*/
}

.flex.spb {
    justify-content: space-between;
}
.c:before, .c:after {
    content: "";
    display: table;
}

.c:after {
    clear: both;
}

.c {
    zoom: 1;
}

.sur{
    background: url(../img/sur.png) no-repeat center;
    background-size: 4rem auto;
}

/* header */
.header_qm{
    width: 7.5rem;
    height: 1.07rem;
    background: #877057;
    align-items: center;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.back_sur{
    width: .27rem;
    height: .4rem;
    display: inline-block;
    background-position: 0 0;
}
.search_word{
    width: 2rem;
    height: .57rem;
    background: #fff;
    margin-left: .2rem;
    border-radius: .6rem;
    display: flex;
    align-items: center;
    padding-right: .2rem;
}
.search_word input{
    width: 100%;
    background: none;
    border: 0;
    padding-left: .2rem;
    font-size: .3rem;
}
.search_btm{
    width: 0.4rem;
    height: 0.36rem;
    display: block;
    border: 0;
    background-position: -0.38rem 0;
}
.yw_link{
    margin-left: .3rem;
}
.yw_link a,.yw_link span{
    width: 1.73rem;
    height: .58rem;
    display: block;
    text-indent: -999em;
    margin-left: .18rem;
}

.yw_link span.wds{
    background-position: 0 -.55rem;
}
.yw_link a.qqm{
    background-position: 0 -1.24rem;
}

.menu_qm{
    width: .47rem;
    height: .39rem;
    background-position: -.79rem 0;
    display: block;
    margin-left: .2rem;
}

/* swiper */
.shi_name_swiper{
    position: relative;
    /*margin-top: 20px;*/
    margin-bottom: 15px;
}
.ShiSwiper{
    overflow: hidden;
}
.shi_name_swiper .swiper-slide a{
    display: block;
}
.shi_name_swiper .swiper-slide img{
    width: 100%;
}
.shi_name_swiper .swiper-pagination{
    width: 100%;
    text-align: center;
    bottom: .3rem;
}
.shi_name_swiper .swiper-pagination span{
    margin: 15px 3px 0 3px;
}
.swiper-pagination-bullet-active{
    background: #4c3201;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 35px;
    background: url(../img/left_swiepr.png) no-repeat center;
    background-size: 35px auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 35px;
    background: url(../img/right_swiepr.png) no-repeat center;
    background-size: 35px auto;
}
.swiper-paging{
    width: .8rem;
    height: .36rem;
    background: rgba(0,0,0,0.2);
    position: absolute;
    right: .2rem;
    top: 0.3rem;
    z-index: 55;
    font-size: .25rem;
    color: #fff;
    line-height: .36rem;
    text-align: center;
    border-radius: .3rem;
}
.type_tag{
    width: 1rem;
    height: 1rem;
    background-position: -1.84rem 0;
    position: absolute;
    left: .4rem;
    text-align: center;
    top: 0.4rem;
    font-size: .33rem;
    padding-right: .1rem;
    box-sizing: border-box;
    color: #fff;
    line-height: .4rem;
    padding-top: 0.04rem;
    font-family: 'kaiti';
}

.type_tag1:before{
    content: '';
    width: .8rem;
    height: .79rem;
    background: url(../img/word_left_bg.png) no-repeat center;
    background-size: .8rem auto;
    position: absolute;
    left: -.7rem;
    top: -.14rem;
}

/* 表单 */
.tabs_from{
    width: 6.8rem;
    margin: 0 auto 0;
    font-size: 0;
    background: #e8dcc8;
    border-radius: .1rem;
    position: relative;
}
.tabs_from span.active:before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.17rem;
    border-left: .15rem solid transparent;
    border-right: .15rem solid transparent;
    border-top: .2rem solid #877057; /* Change color to suit your needs */
}
.tabs_from span,
.tabs_from a{
    width: 2.23rem;
    height: .85rem;
    line-height: .85rem;
    color: #0e0e0f;
    font-size: .38rem;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}
.tabs_from span.active{
    background: #877057;
    color: #fff;
    border-radius: .1rem;
}
.form_index_input{
    margin-top: .4rem;
}
.InputBoxItem{
    width: 100%;
    height: .89rem;
    border-radius: .1rem;
    font-size: 0;
    position: relative;
    line-height: .86rem;
    margin-bottom: .36rem;
    background: #fefefd;
}

.InputBoxItem input{
    background: none;
}
.InputBoxItem span{
    font-size: .38rem;
    color: #535458;
    padding-left: .38rem;
}
.InputBoxItem input{
    border: 0;
    font-size: .38rem;
    height: 90%;
    width: 60%;
}
.InputBoxItem input::placeholder{
    color: #dbd6d6;
}
.InputBoxItem input::placeholder{
    font-size: .38rem;
}
.over_hidden{
    position: absolute;
    right: .1rem;
    top: 0;
}
.over_hidden.radio,.over_hidden .checkbox{ z-index: 1; padding: 0.06rem .1rem .1rem 0; }
.over_hidden.radio label,.over_hidden .checkbox label{ line-height: .38rem; float: left; font-size: .38rem; color: #535458; padding: 10px 0; margin-left: .15rem; cursor: pointer; }
.over_hidden.radio label i,.over_hidden .checkbox i{ width: .38rem; height: .38rem; text-align: center; line-height: 35px; float: left; margin-right: 3px; background: #cecece;  border-radius: .05rem; position: relative;}
.over_hidden.radio label i:after,.over_hidden .checkbox label i:after{ content: ""; background: url(https://static.quwangming.com/gsqm/images/gou.png) no-repeat; width: 10px; height: 8px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: none; }
.over_hidden.radio label input,.over_hidden .checkbox input{ display: none; }
.over_hidden.radio label.on i,.over_hidden .checkbox label.on i{ background-color: #877057;}
.over_hidden.radio label.on i:after,
.over_hidden .checkbox label.on i:after
{ display: block; }

.submitAlink{
    width: 6.8rem;
    height: .92rem;
    line-height: .92rem;
    color: #fff;
    display: block;
    font-size: .38rem;
    text-align: center;
    line-height: .92rem;
    letter-spacing: 2px;
    border: none;
    border-radius: .1rem;
    background: #877057;
}
.tab_body_box,.page_qm,.page_about{
    width: 6.8rem;
    margin: auto;
}
.title_zd{
    font-size: .4rem;
    margin-top: .55rem;
    position: relative;
    border-bottom: 1px solid #ebe8e2;
    padding-bottom: .4rem;
    font-weight: bold;
}
.title_zd:before{
    content: '';
    width: .41rem;
    height: .1rem;
    background: url(../img/title_x.png) no-repeat center;
    background-size: .41rem auto;
    position: absolute;
    bottom: .2rem;
}
.title_zd.fu2:before{
    left: 1rem;
}
.title_zd.fu4:before{
    left: 1.8rem;
}
.title_zd.fu1:before{
    left: .6rem;
}

.cy_wordItem{
    padding-top: .1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cy_wordItem a{
    width: 3.24rem;
    margin-top: .35rem;
    display: block;
}
.cy_wordItem img{
    width: 100%;
    display: block;
}

.more_btm{
    width: 100%;
    height: .86rem;
    background: #edebe8;
    color: #222;
    font-size: .39rem;
    display: block;
    text-align: center;
    line-height: .86rem;
    margin-top: .3rem;
}

.column6,.column2{
    margin-top: .3rem;
    flex-wrap: wrap;
}
.column6 a{
    width: .98rem;
    height: .98rem;
    border: 1px solid #cdcbcb;
    font-size: .62rem;
    font-family: 'kaiti';
    display: block;
    color: #1d1d1d;
    text-align: center;
    line-height: .98rem;
    background: #fff;
    margin-right: .13rem;
    border-radius: .1rem;
    margin-bottom: .15rem;
}
.column2 a{
    flex: 1;
    height: .95rem;
    border: 1px solid #cdcbcb;
    font-size: .42rem;
    font-family: 'kaiti';
    display: block;
    color: #1d1d1d;
    text-align: center;
    line-height: .95rem;
    background: #fff;
    margin-right: .13rem;
    border-radius: .1rem;
    margin-bottom: .15rem;
}
.column6 a:nth-child(6n){
    margin-right: 0;
}
.wx_col a{
    margin-bottom: 0;
}

.word_name li {
    width: 1.47rem;
    height: 1.47rem;
    margin-top: .4rem;
    border: 1px solid #d0cecd;
    background: #fff;
    border-radius: .1rem;
    position: relative;
}

.word_zi{
    text-align: center;
    padding-top: .1rem;
}
.word_zi em{
    font-size: .24rem;
    color: #555555;
    display: block;
}
.word_zi p{
    font-size: 42px;
    font-family: 'kaiti';
    line-height: .8rem;
}
.word_name{
    flex-wrap: wrap;
}
.word_name .bh_p,.word_bk .bh_p{
    font-size: .24rem;
    color: #555555;
    position: absolute;
    bottom: .05rem;
    left: .1rem;
}
.word_name .wx_p,.word_bk .wx_p{
    font-size: .24rem;
    color: #555555;
    position: absolute;
    bottom: .05rem;
    right: .1rem;
}
.wx_p.jin,.wx_p.wx1{
    color: #f4c051;
}
.wx_p.mu,.wx_p.wx2{
    color: #98b690;
}
.wx_p.shui,.wx_p.wx3{
    color: #a3c2fb;
}
.wx_p.huo,.wx_p.wx4{
    color: #fa7329;
}
.wx_p.tu,.wx_p.wx5{
    color: #b47b65;
}
.word_name li{
    margin-right: .24rem;
}
.word_name li:nth-child(4n){
    margin-right: 0;
}

.jh_article{
    padding-top: .1rem;
}
.jh_article a {
    font-size: .34rem;
    color: #333333;
    display: block;
    padding: 10px 0 10px 18px;
    border-bottom: 1px dashed #f0e6d8;
    position: relative;
}
.jh_article a:before {
    content: '';
    width: .12rem;
    height: .12rem;
    background: #c4c1be;
    position: absolute;
    transform: rotate(312deg);
    left: 0;
    top: 18px;
}

.rmfw{
    flex-wrap: wrap;
}
.rmfw li {
    width: 30%;
    height: .71rem;
    border: 1px solid #d1d1d1;
    margin-top: .3rem;
    display: inline-block;
    text-align: center;
    line-height: .71rem;
    border-radius: 0.05rem;
    color: #000;
    font-size: .36rem;
    background: #fff;
    border-radius: .1rem;
}
.rmfw li a{
    color: #000;
}
.rmfw li a.ces{
    color: #ff8533;
}
.rmfw li a.hss{
    color: #d9534f;
}
.rmfw li a.lvs{
    color: #7dc67d;
}

.footer_box{
    background: #877057;
    height: 1.32rem;
    color: #ffffff;
    line-height: 1.32rem;
    font-size: .28rem;
    text-align: center;
    margin-top: .6rem;
}
.footer_box a{
    color: #fff;
}

/* 列表页 */
.listWord a{
    padding: .3rem 0;
    align-items: center;
}
.listWord a:last-child{
    border-bottom: 0;
}
.word_bk{
    width: 1.47rem;
    height: 1.47rem;
    border: 1px solid #d0cecd;
    background: #fff;
    border-radius: 0.1rem;
    position: relative;
}
.listWord a{
    color: #333;
    display: flex;
    border-bottom: 1px dashed #ece8e0;
}

.listWord a > p{
    width: 5.1rem;
    font-size: .3rem;
    line-height: .5rem;
    padding: 0 .2rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listWord a i{
    width: .31rem;
    height: .31rem;
    background: url(../img/r_to.png) no-repeat center;
    background-size: .31rem auto;
}
.mt_50{
    margin: .5rem auto !important;
}
.mt_25{
    margin: .25rem auto !important;
}

.title_xq{
    font-size: .48rem;
    font-weight: bold;
    text-align: center;
}
.title_xq2{
    font-size: .4rem;
    font-weight: bold;
    text-align: left;
    margin-top: .5rem;
    border-bottom: 1px solid #ebe8e2;
    padding-bottom: 0.3rem;
}
.lr_word{
    width: 1.62rem;
    height: 1.68rem;
    background: url(../img/dz_name.png) no-repeat center;
    background-size: 1.62rem auto;
}
.fr_txt{
    width: 4.89rem;
    margin-left: .24rem;
}
.hy_warp{
    margin-top: .4rem;
}
.page_hy{
    margin-top: .12rem;
    color: #555555;
}
.page_hy em{
    color: #0e0e0e;
}
.page_hy p{
    font-size: .31rem;
    flex: 1;
}
.page_hy p img{
    width: .3rem;
    margin-left: 1px;
}
.xq_p{
    font-size: .34rem;
    margin-top: .2rem;
    line-height: .5rem;
    color: #555;
}
.xq_p b,.sj_item h3{
    font-weight: bold;
    display: block;
    color: #222222;
    font-size: .36rem;
    line-height: .5rem;
}
.sj_item h3{
    margin-top: .3rem;
}
.sj_item ul li{
    padding: .35rem 0 .35rem .3rem;
    line-height: .54rem;
    border-bottom: 1px dashed #ece8e0;
    position: relative;
}
.sj_item ul li:before{
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    background: #c4c1be;
    position: absolute;
    transform: rotate(312deg);
    left: 0;
    top: .54rem;
}
.sj_item ul li h4{
    font-size: .36rem;
    color: #333333;
}
.sj_item ul li h4 i{
    color: #56844b;
    font-style: initial;
}
.sj_item ul li p{
    color: #aeabab;
    font-size: .3rem;
    text-align: right;
}
.al_p p{
    font-size: .34rem;
    color: #333333;
    margin-top: .3rem;
    line-height: .55rem;
}
.al_p p em{
    color: #56844b;
}
.hot_wz{
    flex-wrap: wrap;
}
.hot_wz a{
    margin-right: .3rem;
}
.hot_wz a:nth-child(2n){
    margin-right: 0;
}
.hot_wz a img{
    width: 3.25rem;
    display: block;
}
.hot_wz a{
    width: 3.25rem;
    margin-top: .4rem;
}
.hot_wz a p{
    font-size: .32rem;
    display: -webkit-box;
    color: #333333;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: .2rem;
}
.upImg{
    width: .18rem !important;
}
.word_name a{color:#000;}
.beian{text-align: center;font-size: 0.3rem;margin-bottom: -0.3rem;padding-top: 0.3rem;}

/* 功能表单 */
.test_form_int{
    padding: 0.3rem 0 0 0;
    box-sizing: border-box;
}
.test_form_int form{
    font-size: 0;
    display: flex;
}
.test_form_int select {
    width: 2.28rem;
    height: 0.87rem;
    background: #fefefd;
    border: 1px solid #f0f5ea;
    text-align: center;
    font-size: .38rem;
    color: #666666;
    box-sizing: border-box;
    position: relative;
    -webkit-appearance: auto
}

.test_form_int select:nth-child(1){
    border-right: 0;
    border-radius: .1rem 0 0 .1rem;
}
.test_form_int select:nth-child(2){
    border-radius: 0 .1rem .1rem 0;
}
.test_form_int .submit_right{
    width: 2rem;
    height: 0.9rem;
    line-height: .9rem;
    text-align: center;
    background: #877057;
    margin-left: 0.23rem;
    border-radius: 0.08rem;
    color: #fff;
    font-size: .38rem;
    border: 0;
}

.ups_tabs{
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
}
.ups_tabs span{
    flex: 1;
    display: block;
    font-size: .38rem;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    border-bottom: 4px solid #e1e1e1;
}
.ups_tabs span.active{
    border-bottom: 4px solid #877057;
}

.style_item{
    flex-wrap: wrap;
}
.style_item.item_3{
    margin-top: .12rem;
}
.style_item.item_3 a{
    width: 2.1rem;
}
.style_item.item_3 a:nth-child(3n){
    margin-right: 0
}
.style_item.item_3 a:nth-child(4n){
    /*margin-right: .18rem;*/
}
.style_item a{
    width: 1.52rem;
    height: .68rem;
    border: 1px solid #cdcbcb;
    font-size: .48rem;
    font-family: '楷体';
    display: block;
    color: #1d1d1d;
    text-align: center;
    line-height: .68rem;
    background: #fff;
    margin-right: .18rem;
    margin-top: .22rem;
    border-radius: .1rem;
}
.style_item a:nth-child(4n){
    /*margin-right: 0;*/
}

.pop_hd{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 55;
    display: none;
}

.pop_code{
    width: 7.5rem;
    height: 12.3rem;
    background: url(../img/pop_bg.jpg) no-repeat top;
    background-size: 7.5rem 12.3rem;
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all;
    z-index: 66;
}
.pop_code.show{
    bottom: 0;
}
.pop_code .close_code{
    width: .76rem;
    height: .76rem;
    background: url(../img/close.png) no-repeat center;
    background-size: .76rem auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.4rem;
}
.img_code_warp h5{
    font-size: .38rem;
    color: #c50000;
    text-align: center;
    margin-top: .48rem;
    font-weight: bold;
}
.ls_code {
    width: 3.9rem;
    background: #fff;
    padding: .18rem;
    box-sizing: border-box;
    margin: auto;
    font-size: .3rem;
    margin-top: .2rem;
    display: block;
    color: #000;
}
.ls_code img{
    width: 99%;
}


.qmzd_logo img{
    width: 2.03rem;
    display: block;
}

.qmzd_search{
    position: relative;
}
.qmzd_search img{
    width: 7.5rem;
    height: 7.46rem;
    /*background: url(../img/wxzd_bg.jpg) no-repeat center;*/
    background-size: 7.5rem auto;
    overflow: hidden;
}
.qmzd_search form{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.search_form{
    width: 5.97rem;
    padding-top: 3.4rem;
    margin: auto;
}
.qmzd_search form{
    width: 5.97rem;
    margin: 3.6rem auto 0;
}
.qmzd_search form input,
.qmzd_search form button,
.bg_form_type form input,
.bg_form_type form select,
.bg_form_type form button
{
    width: 100%;
    height: 1.14rem;
    border-radius: .12rem;
    border: none;
    display: block;
}
.bg_form_type form select{
    font-size: .36rem;
    padding-left: .22rem;
    color: #7c8671;
}
.bg_form_type p {
    font-size: .32rem;
    color: #50371d;
    padding: 0 .3rem;
    line-height: .6rem;
    margin-top: 2.7rem;
    font-family: 'kaiti';
    position: absolute;
    bottom: 1.3rem;
}

.qmzd_search form input,.search_form input{
    background: #fff;
    color: #7c8671;
    text-align: left;
    padding-left: .28rem;
    font-size: .36rem;
    box-sizing: border-box;
}
.qmzd_search form button{
    background: #987249;
    color: #fff;
    letter-spacing: 2px;
    font-size: .43rem;
    margin-top: .35rem;
}
.search_form button{
    background: #714b25;
    color: #fff;
    letter-spacing: 2px;
    font-size: .43rem;
    margin-top: .35rem;
}
.two_dp p {
    font-size: .34rem;
    line-height: .55rem;
    color: #555;
    margin-top: .35rem;
}
.xq_p i{
    font-style: initial;
}
.jin_i {
    color: #f4c051;
}
.mu_i {
    color: #98b690;
}
.shui_i {
    color: #a3c2fb;
}
.huo_i {
    color: #fa7329;
}
.tu_i {
    color: #b47b65;
}
.form_bg{
    background: #f9f1e4;
    padding: .45rem 0;
    margin-top: .4rem;
}

.type_search_word{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.type_search_word a{
    width: 3.26rem;
    height: .77rem;
    border: 1px solid #dcc7b0;
    border-radius: 5px;
    background: #fff;
    margin-top: .26rem;
    display: flex;
    align-items: center;
}
.type_search_word a span{
    font-size: .34rem;
    flex: 1;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
}
.type_search_word a i{
    width: .82rem;
    padding: 0 .1rem;
    box-sizing: border-box;
    display: inline-block;
    background: url(../img/sx_sur.png) no-repeat center;
    background-size: 3rem auto;
    height: .37rem;
    border-right: 1px solid #e8e8e8;
}
.type_search_word i.sex_i{
    background-position: .05rem -.05rem;
}
.type_search_word i.birthday_i{
    background-position: -.6rem -.05rem;
}
.type_search_word i.sx_i{
    background-position: -1.175rem -.05rem;
    height: .4rem;
}
.type_search_word i.qw_i{
    background-position: -1.81rem -.05rem;
    height: .4rem;
}

.type_search_word i.wxbh_i{
    background-position: 0.06rem -.45rem;
}
.type_search_word i.sxbh_i{
    background-position: -0.67rem -.45rem;
}

.type_search_word i.wxqw_i{
    background-position: 0.02rem -1.29rem;
}
.type_search_word i.sxqw_i{
    background-position: -0.75rem -1.29rem;
}
.type_search_word i.xsxb_i{
    background-position: 0.06rem -.91rem;
}
.type_search_word i.xsqw_i{
    background-position: -0.67rem -.91rem;
}

.search_word_bg{
    width: 7.5rem;
    height: 2.05rem;
    background: url(../img/ht_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
    overflow: hidden;
}
.search_word_bg form{
    width: 6.46rem;
    height: 1rem;
    margin: .55rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_word_bg form input{
    width: 4.46rem;
    height: 100%;
    background: #fff;
    border: 0;
    font-size: .32rem;
    padding-left: .2rem;
    box-sizing: border-box;
    border-radius: .1rem 0 0 .1rem;
}
.search_word_bg form button{
    width: 1.98rem;
    height: 100%;
    background: #877057;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    font-size: .44rem;
    border-radius: 0 .1rem .1rem 0;
    border: 0;
}

/* 期望查字 */
.bg_form_type{
    width: 7.5rem;
    height: 13.49rem;
    background: url(../img/type_banner.jpg) no-repeat center;
    background-size: 7.5rem auto;
    position: relative;
}
.qwcz_bg{
    background: url(../img/qwcz_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.sr_bg{
    background: url(../img/sr_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.srbhcz_bg{
    background: url(../img/sxbh_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.srqwcz_bg{
    background: url(../img/sxqw_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.wxqw_bg{
    background: url(../img/wxqw_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.sxcz_bg{
    background: url(../img/sxcz_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.wxbh_bg{
    background: url(../img/wxbh_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.sex_bg{
    background: url(../img/sex_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.xsqw_bg{
    background: url(../img/xsqw_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.xsxb_bg{
    background: url(../img/xsxb_bg.jpg) no-repeat center;
    background-size: 7.5rem auto;
}
.bg_form_type i{
    width: .36rem;
    height: .4rem;
    display: block;
    position: absolute;
    left: 50%;
    bottom: .4rem;
    margin-left: -0.18rem;
    background-position: -0.06rem -1.92rem;
    animation: moveUpDown 2s ease-in-out infinite;
}

.echo_input input{
    letter-spacing: 1px;
}
.echo_input input::placeholder{
    color: #b6a597;
}
.echo_input{
    position: relative;
}
.echo_input:before{
    content: '';
    width: .19rem;
    height: .15rem;
    background: url(../img/sur.png) no-repeat center;
    background-size: 4rem auto;
    background-position: -1.49rem 0;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
}
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.2rem);
    }
}

.page_about{
    margin-top: .8rem;
    color: #434242;
}
.page_about img{
    width: 2.37rem;
    height: 1.59rem;
    margin-right: .25rem;
}
.page_about {
    font-size: .32rem;
    line-height: .55rem;
}

.sx_search_list{
    margin-top: .3rem;
}
.left_tabs{
    width: 1.44rem;
    background: #e8dcc8;
    border-radius: .1rem;
}
.left_tabs span{
    font-size: .36rem;
    font-family: 'kaiti';
    color: #765c40;
    display: block;
    width: .93rem;
    margin: auto;
    text-align: center;
    height: .59rem;
    line-height: .59rem;
    position: relative;
}
.left_tabs span.active{
    width: 1.53rem;
    height: .61rem;
    content: '';
    background: url(../img/sx_select.png) no-repeat center;
    background-size: 1.53rem auto;
    color: #fff;
}
.left_tabs span.active:after{
    background: none;
}
.left_tabs span:after{
    content: '';
    width: .97rem;
    height: 1px;
    background: #d8ccb9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.left_tabs span:last-child:after{
    background: none;
}

.right_sx_bh{
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: .06rem;
}
.right_sx_bh a{
    width: 1.15rem;
    height: .91rem;
    background: #fff;
    border: 1px solid #cdcbcb;
    font-size: .58rem;
    font-family: 'kaiti';
    display: block;
    text-align: center;
    line-height: .91rem;
    border-radius: .1rem;
    margin-left: .11rem;
    color: #1d1d1d;
    margin-bottom: .1rem;
}

.xs_search{
    margin-top: .3rem;
    overflow: hidden;
}
.left_xs{
    background: #e8dcc8;
    width: .85rem;
    font-size: .36rem;
    border-radius: .1rem;
    float: left;
}
.left_xs span{
    font-size: .36rem;
    font-family: 'kaiti';
    color: #765c40;
    display: block;
    margin: auto;
    text-align: center;
    height: 0.76rem;
    line-height: .76rem;
    position: relative;
}
.left_xs span.active{
    width: .96rem;
    height: .76rem;
    content: '';
    background: url(../img/xs_select.png) no-repeat center;
    background-size: .96rem auto;
    color: #fff;
    padding-right: .1rem;
    box-sizing: border-box;
}
.left_xs span.active:after {
    background: none;
}
.left_xs span:after {
    content: '';
    width: 0.7rem;
    height: 1px;
    background: #d8ccb9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.left_xs a{
    font-size: .3rem;
    height: .76rem;
    line-height: .76rem;
    display: block;
    text-align: center;
    color: #765c40;
    font-family: 'kaiti';
}

.conditions_body{
    margin-left: .1rem;
    flex-wrap: wrap;
    float: right;
    width: 5.8rem;
}
.list_two .conditions_body a{
    width: 2.6rem;
}
.conditions_body a{
    width: 2.6rem;
    height: .74rem;
    line-height: .74rem;
    text-align: center;
    border: 1px solid #cac8c8;
    font-size: .39rem;
    color: #1d1d1d;
    font-family: 'kaiti';
    display: block;
    background: #fff;
    border-radius: .1rem;
    margin-left: .19rem;
    margin-bottom: .2rem;
}

.sex_search{
    background: #e8dcc8;
    border-radius: .1rem;
    margin-top: .2rem;
    height: .71rem;
}
.sex_search span{
    flex: 1;
    font-size: .42rem;
    color: #877057;
    height: .71rem;
    line-height: .71rem;
    text-align: center;
    font-family: 'kaiti';
}
.sex_search span.active{
    width: 100%;
    height: .83rem;
    background: url(../img/sex_select.png) no-repeat center;
    background-size: 100% auto;
    color: #fff;
}
.jieshi_p{
    font-size: .36rem;
    margin-top: .2rem;
}

.name_t{
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: .15rem 0;
    margin-top: .2rem;
}
.shi_p{
    font-size: .45rem;
    margin: .1rem 0;
    text-align: center;
    font-family: 'kaiti';
    line-height: .55rem;
}
.jx_t{
    font-size: .4rem;
    text-align: center;
    font-weight: bold;
    margin-top: .3rem;
    border-bottom: 1px solid #ebe8e2;
    padding-bottom: .2rem;
}
.details_img img{
    width: 100%;
}

.details_content h1{
    font-size: .55rem;
    text-align: center;
    padding-top: .6rem;
}
.name_tian{
    width: 3.42rem;
    margin: .2rem auto 0;
}
.name_tian em{
    font-size: .3rem;
    flex: 1;
    text-align: center;
    margin: .1rem 0;
}
.name_tian h2{
    width: 3.42rem;
    height: 1.68rem;
    background: url(../img/two_tian.png) no-repeat center;
    background-size: 3.42rem auto;
    text-align-last: justify;
    box-sizing: border-box;
    line-height: 1.68rem;
    padding: 0 .23rem;
    margin: auto;
    font-size: 1.17rem;
    font-family: 'kaiti';
    font-weight: bold;
}
.idiom{
    font-size: .62rem;
    margin: 0.3rem 0;
    text-align: center;
    font-family: 'kaiti';
    line-height: .7rem;
}
.idiom i{
    font-style: initial;
    color: #91652a;
}

.page_details{
    width: 6.81rem;
    margin: .1rem auto 0;
}
.details_title{
    font-size: .38rem;
    color: #000;
    font-weight: bold;
    padding: .32rem 0;
    border-bottom: 1px solid #ebe9e5;
}
.first_order{
    color: #555555;
    font-size: .34rem;
    line-height: .58rem;
    margin-top: .3rem;
}
.two_order{
    font-size: .3rem;
    color: #888888;
    line-height: .55rem;
    margin-top: .15rem;
}


.report_bg{
    width: 100%;
    height: 5.68rem;
    background: url(../img/bg-zdbg.png) no-repeat center;
    background-size: 100% auto;
    box-sizing:border-box;
    padding: 1.65rem .4rem 0 .4rem;
    margin-top: .2rem;
    position: relative;
}
.report_bg .title_ect{
    padding-left: .6rem;
    font-size: .32rem;
    color: #111F34;
    background: url(../img/ico_wen.png) no-repeat left center/0.48rem 0.48rem;
    font-weight: 600;
}
.report_bg .ect_clamp{
    font-size: .3rem;
    color: #676F85;
    line-height: .44rem;
    position: relative;
    margin-top: .2rem;
}
.report_bg .button_mf{
    width: 5.8rem;
    height: .96rem;
    background: url(../img/button-zdbg.png) no-repeat center;
    background-size: 5.8rem auto;
    font-size: .38rem;
    color: #fff;
    text-align: center;
    line-height: .9rem;
    font-weight: bold;
    position: relative;
    margin: .12rem auto;
    display: block;
    letter-spacing: .1rem;
}
.lab_tips{
    width: 1.92rem;
    height: .42rem;
    background: url(../img/label-zdbg.png) no-repeat center;
    background-size: 1.92rem auto;
    position: absolute;
    right: 1.3rem;
    bottom: 1.41rem;
    font-size: .18rem;
    line-height: .32rem;
    text-align: center;
    color: #fff;
    z-index: 55;
}
.see_name{
    width: 100%;
    height: .82rem;
    line-height: .82rem;
    background: #a48360;
    color: #fff;
    font-size: .39rem;
    display: block;
    text-align: center;
    margin-top: .3rem;
    border-radius: .1rem;
}

.ds_head{
    align-items: center;
    margin-top: .3rem;
}
.ds_head img{
    width: 1.15rem;
}
.ds_name{
    margin-left: .2rem;
}
.ds_name .up_ds_name{
    font-size: .34rem;
}
.ds_name .up_ds_name i{
    width: .9rem;
    height: .3rem;
    line-height: .3rem;
    color: #e05647;
    font-size: .2rem;
    text-align: center;
    display: inline-block;
    font-style: initial;
    border: 1px solid #e05647;
    vertical-align: middle;
    border-radius: 3px;
}
.ds_name p{
    font-size: .28rem;
    display: block;
    margin-top: .1rem;
    color: #888;
}

.mark_name{
    font-size: .8rem;
    text-align: center;
    font-weight: bold;
    padding-top: .42rem;
    margin-bottom: .2rem;
}

/* swiper */
.word_swiper{
    position: relative;
    /*margin-top: 20px;*/
    margin-bottom: 15px;
}
.hmk_swiper{
    overflow: hidden;
}
.word_swiper .swiper-slide a{
    display: block;
}
.word_swiper .swiper-slide img{
    width: 100%;
}
.word_swiper .swiper-pagination{
    width: 100%;
    text-align: center;
    bottom: .3rem;
}
.word_swiper .swiper-pagination span{
    margin: 15px 3px 0 3px;
}
.swiper-pagination-bullet-active{
    background: #4c3201;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 35px;
    background: url(../img/left_swiepr.png) no-repeat center;
    background-size: 35px auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 35px;
    background: url(../img/right_swiepr.png) no-repeat center;
    background-size: 35px auto;
}


.type_tag1{
    /*width: 3.92rem;*/
    height: 0.64rem;
    background: #7e664d;
    position: absolute;
    top: 0.4rem;
    left: 0.8rem;
    font-size: .36rem;
    font-family: 'kaiti';
    color: #fff;
    line-height: .64rem;
    border-radius: .1rem;
    padding: 0 .18rem;
    text-align: left;
    box-sizing: border-box;
    z-index: 5;
}
.type_tag1:before{
    content: '';
    width: .8rem;
    height: .79rem;
    background: url(../img/word_left_bg.png) no-repeat center;
    background-size: .8rem auto;
    position: absolute;
    left: -.7rem;
    top: -.14rem;
}

.name_hot li {
    padding: .24rem 0 .34rem 0;
    border-bottom: 1px dashed #dddad6;
}
.name_tz p{
    font-size: .22rem;
    width: 2.16rem;
}
.name_tz p i{
    flex: 1;
    text-align: center;
    font-size: .24rem;
    font-style: initial;
    margin: .1rem 0;
    color: #000;
}
.name_tz h2{
    width: 2.16rem;
    height: 1.06rem;
    background: url(../img/two_name.png) no-repeat center;
    background-size: 2.16rem auto;
    font-size: .69rem;
    text-align-last: justify;
    box-sizing: border-box;
    font-family: 'kaiti';
    color: #000;
    line-height: 1.06rem;
    padding: 0 .15rem;
}

.name_hot li a{
    display: block;
    position: relative;
}
.name_hot li a > p{
    font-size: .3rem;
    color: #000;
    line-height: .45rem;
    margin-top: .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.up_name_hot{
    align-items: center;
}
.up_name_hot .wx_bh{
    font-size: .3rem;
    padding-top: .2rem;
    margin-left: .3rem;
}
.up_name_hot .wx_bh p{
    margin-top: .15rem;
    color: #313131;
}
.up_name_hot .wx_bh p em{
    color: #8c8a8a;
}
.name_hot a > i{
    width: .45rem;
    height: .45rem;
    background: url(../img/r_link.png) no-repeat center;
    background-size: .45rem auto;
    position: absolute;
    right: 0;
    top: .8rem;
}
.more_word{
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    color: #222222;
    font-size: .39rem;
    display: block;
    background: #edebe8;
    text-align: center;
    margin-top: .3rem;
}


/* 弹窗 */
.pop_hd{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 55;
    display: none;
}

.pop_code{
    width: 7.5rem;
    height: 12.3rem;
    background: url(../img/pop_bg.jpg) no-repeat top;
    background-size: 7.5rem 12.3rem;
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all;
    z-index: 66;
}
.pop_code.show{
    bottom: 0;
}
.pop_code .close_code{
    width: .76rem;
    height: .76rem;
    background: url(../img/close.png) no-repeat center;
    background-size: .76rem auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.4rem;
}
.img_code_warp h5{
    font-size: .38rem;
    color: #c50000;
    text-align: center;
    margin-top: .48rem;
    font-weight: bold;
}
.ls_code {
    width: 3.9rem;
    background: #fff;
    padding: .18rem;
    box-sizing: border-box;
    margin: auto;
    font-size: .3rem;
    margin-top: .2rem;
    display: block;
    color: #000;
}
.ls_code img{
    width: 99%;
}
.style_item.flex{justify-content: space-between;}

.tabsFrom{
    width: 6.8rem;
    margin:0.6rem auto 0;
    font-size: 0;
    background: #d1dacc;
    border-radius: .1rem;
    position: relative;
}
.tabsFrom span.active:before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.17rem;
    border-left: .15rem solid transparent;
    border-right: .15rem solid transparent;
    border-top: .2rem solid #877057; /* Change color to suit your needs */
}
.tabsFrom span,
.tabsFrom a{
    width: 2.23rem;
    height: .85rem;
    line-height: .85rem;
    color: #0e0e0f;
    font-size: .38rem;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}
.tabsFrom span.active{
    background: #877057;
    color: #fff;
    border-radius: .1rem;
}

.formIndexInput {
    margin-top: 0.4rem;
}
.twoInput{
    display: flex;
    justify-content: space-between;
}
.twoInput .InputBoxItem{
    width: 63%;
}
.twoInput .InputBoxItem:nth-child(1){
    width: 35%;
}
.twoInput .InputBoxItem:nth-child(1) input{
    width: 1rem;
}