body, html {
    max-width: 750px;
    font-size: 100px;
    margin: 0 auto;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,SimSun,sans-serif;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
header{
    width: 7.5rem;
    height: 0.88rem;
    background: #C92F28;
    font-size: 0.36rem;
    line-height:0.88rem;
    color: #FFFFFF;
   text-align: center;
    position: fixed;
    z-index: 1000;
}
.fanhui{
    position: absolute;
    left: 0rem;
    width: 0.88rem;
    height: 0.88rem;

}
.return{
    width: 0.48rem;
    height: 0.48rem;
    background: url(imgs/home.png) no-repeat;
    display: block;
    background-size: 100%;
    margin: 0.2rem auto;
}
.pd a{
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.88rem;
    color: #FFFFFF;
}
.pd span{
    background: #fff;
    border-radius: 2px;
    padding: 0 5px;
    font-weight: bold;
    margin-left: 6px;
}
.pd span a{
    color: #C79657;
   font-size: 0.32rem;
}
.daohang{
    position: absolute;
    right: 0rem;
    width: 0.88rem;
    height: 0.88rem;
    top: 0;
}
.daohang  .navs{
    width: 0.48rem;
    height: 0.48rem;
    background: url(imgs/lanmu.png) no-repeat;
    display: block;
    background-size: 100%;
    margin: 0.2rem auto;
}
.searchBut {
    width: 0.48rem;
    height: 0.48rem;
    background-color: #CCC;
    background: url(imgs/sousuo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;

    top: 0.2rem;
    right: 1.2rem;
}
.menu{
    width: 7.5rem;
    height: 0.88rem;
    background: #FFFFFF;
    position: relative;
    top: 0.88rem;
}

.menu ul li{
    position: relative;
    list-style: none;
    float: left;
    width: 12.5%;
    text-align: center;
    display: flex;
}
.menu ul li a{

    font-size: 0.28rem;
    line-height: 0.88rem;
    text-align: center;
    color: #999999;
    margin: 0 auto;
}
.tabon{
    font-weight: bold;

}
.tabon a{
    color: #C79657 !important;
}
.tabon:after {
    content: '';
    width: 0.8rem;
    height: 0.04rem;
    background: #C79657;
    opacity: 1;
    position: absolute;
    left: 0.08rem;
    bottom: 0;
}
.bazi_form{
    width: 7.5rem;
    background: #FFFFFF;
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0 !important;
}
.public_form_wrap{
    width: 6.9rem;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #E2CCB0;
    opacity: 1;
    border-radius: 0.1rem;
}
.public_form_wrap li {
    display: flex;
}
.public_form_wrap .left {
    font-size: 0.32rem;
    padding-left: 0.2rem;
}
.public_form_wrap .auto{
    float: left;
}
#birthday1{
    background: none;
    border: none;
    line-height: 0.75rem;
    font-size: 0.32rem;
    color: #333333;
    width: 4.7rem;
    margin-left: 0.2rem;
}
input, select:focus {
    outline: none;
}
.public_form_wrap .auto .sel{
    width: 100%;
    border: 0;
    font-size: 0.32rem;
    line-height: 0.75rem;
    color: #333333;
    margin-left: 0.2rem;

}
.public_form_wrap .auto select {
    background: 0 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
}
.public_form_wrap .sex{
    margin-left: 0.2rem;
}
.public_form_wrap .sex span {
    display: block;
    float: left;
    line-height: 0.75rem;
    padding-top:0.24rem;
    padding-right: 0.5rem;
}
.public_form_wrap .sex span.cur em {
    background: rgba(199, 150, 87, 1) url(imgs/icon_suo_dagou.png) no-repeat center center;
    background-size: 0.32rem 0.32rem;
}
.public_form_wrap .sex em {
    display: block;
    float: left;
    width: 0.32rem;
    height: 0.32rem;
    border: 2px solid rgba(199, 150, 87, 1);
    background-color: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.public_form_wrap .sex font {
    display: block;
    height: 0.32rem;
    line-height:0.32rem;
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
    color: #333;
    font-size: 0.32rem;
    padding-top: 0.03rem;
}
.form-btn{
    width: 100%;
    margin: 0.3rem auto;
    margin-bottom: 0;
    margin-top: 0.2rem;

}
.form-btn input{
    border: none;
    background: linear-gradient(180deg, #FBBB53 0%, #F79C58 100%);
    border-radius:0.1rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    display: inline-block;
    width: 3.6rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;

}
.sitemap {
    top: 0.88rem;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 100000;
    max-width: 750px;
}
.sitemap .category {
    overflow: hidden;
    background: #fceed3;
    border-bottom: 1px dashed #ccc;
    font-size: 0.3rem;
}
.sitemap .category li {
    float: left;
    width: 25%;
    height: 0.34rem;
    line-height: 0.34rem;
    padding: 0.1rem 0;
    text-align: center;
}
.sitemap .category li a{
    color: #935422;
}
.sitemap .cur-cate {
    padding:0.1rem 0;
    border-bottom: 1px solid #915926;
    background: #fff;
    overflow: hidden;
    font-size: 0.3rem;
}
.cur-cate .col3 {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0.1rem 0;
    text-align: center;
}
.cur-cate dl {
    float: left;
    width: 32%;
    padding-left: 2px;
    border-left: 1px solid #ddd;

}
.cur-cate .col3:nth-child(1){
    border-left: none;
}

.cur-cate dt {
    margin-bottom: 0.12rem;
    font-weight: bold;
    text-align: center;
}
.cur-cate dt a {
    color: #f60;
}
.cur-cate dd {
    line-height: 0.48rem;
}
.cur-cate dd div.item {
    height: 0.48rem;
    overflow: hidden;
}
.cur-cate dd div.item a{
    color: #935422;
}

.modelBG {
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10010;
    width: 100%;
    height: 200%;
    background: #FFFFFF;
}
input, button, select, textarea {
    outline: none;
}
.search_input {
    border: 1px solid #F2F2F2;
    height: 100%;
    border-radius: 5px;
    display: inline;
    width: 100%;
    padding-left: 36px;
    font-size: 1em;
}
.icon-search_input1 {
    display: block;
    position: relative;
    left: 8px;
    top: -28px;
    z-index: 8;
    background-image: url(../images/search2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.icon-search_input {
    display: none;
    position: relative;
    left: 100%;
    top: -48px;
    z-index: 8;
    background-image: url(../images/searchdel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    width: 0.32rem;
    height: 0.32rem;
}
.hotkey {
    float: left;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 5px 5px;
    padding: 6.5px 13.5px;
}
.hotkey a{
    color: #935422;
}
.shade-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background-color: #000;
    opacity: .6;
    display: none;
}
.sitemap .cur-catename {
    padding: 5px 12px;
    font-size: 15px;
    font-weight: bold;
}
.sitemap .cur-catename i {
    background: url(imgs/sdg.png) no-repeat 0 -1px;
    width: 15px;
    height: 16px;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
}
.sitemap .cur-catename a {
    color: #f60;
}
footer {
    background: rgba(199, 150, 87, 1);
    position: static;
    height: auto;
    padding-bottom: 0.3rem;
    font-size: 0.24rem;
    color: #ffffff;
    padding: 0.2rem 0;
    margin-top: 0.2rem;
}
.copyright{
    line-height: 0.4rem;
    text-align: center;
}

.pc_version {
    float: left;
    margin-top: 6px;
    width: 50px;
    background: #fff;
    color: #df3031;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 3px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Microsoft YaHei","微软雅黑","宋体";
}
footer a{
    color: rgba(199, 150, 87, 1) !important;
}
footer .ft_text {
    position: absolute;
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

.shade-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background-color: #000;
    opacity: .6;
    display: none;
}
.payBG{
    display: none;
}
#goTopBtn {
    position: fixed;
    z-index: 101;
    line-height: 36px;
    width: 35px;
    bottom: 55px;
    height: 12%;
    cursor: pointer;
    display: none;
    background: url(s/Btntop.png) no-repeat;
}
footer a.gotop {
    float: right;
    width: 24px;
    height: 45px;
    background: url(imgs/icon.png) no-repeat center/120px;
    text-indent: -9999em;
    display: block;
    background-position: -72px 7px;
}

.ffcs_head {
    width: 7.5rem;
    background: #fff;
    overflow: hidden;
}
.ffcs_item {
    margin: 0.09rem 0 0.09rem 0.2rem;
    width: 1.62rem;
    height: 0.64rem;
    line-height: 0.64rem;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    opacity: 1;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    color: #333333;
    position: relative;
    float: left;
    text-align: center;
}
.ffcs_item i {
    background-image: url(./imgs/hot.png);
    background-size: 100% 100%;
    width: 0.43rem;
    height: 0.43rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.head_logo{
    height: 0.88rem;
    padding: 0.16rem 0.15rem;
    position: absolute;
    box-sizing: border-box;
}
.sxg_logo{
    height: 0.56rem;
}
.sxg_logo img{
    height: 0.52rem;
    object-fit: contain;
    display: flex !important;
}
header .pd{
    float: right;
    margin-right: 0.88rem;
}
header .pd a{
    display: inline-block;
    padding: 0.15rem;
    font-size: 0.32rem;
    line-height: 0.5rem;
}
.xinguang{
    background-image: url(imgs/matu.png);
    background-size: 100% 100%;
    width: 6.9rem;
    height: 3rem;
    margin: 0.2rem auto;
}
.xinguang1{
    background-image: url(imgs/matu.png);
    background-size: 100% 100%;
    width: 7.5rem;
    height:7.19rem;
    margin: 0.2rem auto;

}
.zwbox{
    width: 6.9rem;
    margin: 0.5rem auto;
    margin-bottom: 0;
    position: relative;
}
.zwbiao {
    background-image: url(imgs/zwbiao.png);
    background-size: 100% 100%;
    width: 4.45rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    position: absolute;
    top: 0.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.zwbiao span {
    font-weight: 900;
    font-size: 0.34rem;
    background: linear-gradient(45deg, rgba(250, 242, 240, 1), rgba(249, 212, 129, 1));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: inline-block;
    line-height: 0.88rem;
}
.zwtop2 {
    background-image: url(imgs/zwtop.png);
    background-size: 100% 100%;
    width: 6.9rem;
    height: 0.6rem;
}
.zwzhong {
    background-image: url(imgs/zwzhong.png);
    background-size: 100% 100%;
    width: 6.9rem;
    overflow: hidden;
    margin-top: -0.1rem;
}
.zwpk{
    background-image: url(imgs/zwpk.png);
    background-size: 100% 100%;
    width: 5.58rem;
    height: 2.21rem;
    margin: 0 auto;
}
.wenan {
    margin: 0.2rem auto;
    margin-bottom: 0;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.54rem;
    text-align: center;
}
.jiesuo {
    width: 3rem;
    height: 0.78rem;
    margin: 0.3rem auto;
    background: #C83C23;
    border-radius: 1.77rem;
    line-height: 0.78rem;
    text-align: center;
    font-size: 0.34rem;
    color: #FFFFFF;
}
.zwdi {
    background-image: url(imgs/zwdi.png);
    background-size: 100% 100%;
    width: 6.9rem;
    height: 0.6rem;
    margin-top: -0.1rem;
}
.app_kguang{
display: none;
}