html{}
body{
    padding: 0px;
    font-size: 0.26rem;
    font-family:"Microsoft YaHei";
    max-width: 750px;
    margin: 0 auto;
}

input{
    outline: none;
}

input::-webkit-input-placeholder{
    color: #777777;
    font-size: 0.3rem;
}
input::-moz-placeholder{
    color: #777777;
    font-size: 0.3rem;
}
input:-ms-input-placeholder{
    color: #777777;
    font-size: 0.3rem;
}

input:disabled{
    color: #777777;
    font-size: 0.3rem;
}

.love_country{
    width: 100%;
}
.love_country img{
    width: 100%;
    vertical-align: bottom;
}

.left{
    float:left;
}

.right{
    float:right;
}


.clear{
    clear: both;
}

.clear:after{
    content: '';
    display:block;
    clear: both;
}

.top-space{
    margin-top: 0.2rem;
}

.red {
    color: #f20000;
}

.center {
    text-align: center;
}

.container{
    vertical-align: top;
    height: 100%;
    margin-top:0px;
    background-color: #e75221;
}

.banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner img{
    width: 100%;
    vertical-align: bottom;
}

.content{
    background-color: #e75221;
    width: 100%;
    padding-bottom: 0.3rem;
}

.content .form{
    position: relative;
    width: 100%;
}

.content .form .form_title{
    width: 100%;
}

.content .form .form_title img{
    width: 100%;
    vertical-align: bottom;
}


.content .form .form_bottom{
    width: 100%;
}

.content .form .form_bottom img{
    width: 100%;
    vertical-align: top;
}

.content .form .form_box{
    padding: 0.5rem 0.5rem 0.2rem;
    overflow: hidden;
    background: url(../image/home/form_middle.png) repeat-y top center;
    background-size: 100% auto;
    background-color: #e75221;
}

.content .form .form_box .form_ele{
    margin-bottom: 0.29rem;
    border-radius: 0.08rem;
    overflow: hidden;
}

.content .form .form_row{
    height: 0.88rem;
    background-color: #fff;
    border: 2px solid #f8ecb6!important;
    border-radius: 0.44rem;
    margin-bottom: 0.24rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: content-box;
}

.content .form .form_row .label{
    font-size: 0.31rem;
    font-weight: 700;
    flex-shrink: 0;
    width: 1.52rem;
    text-align: center;
    height: 100%;
    line-height: 0.92rem;
    color: rgb(51, 51, 51);
}

.content .form .form_row .value{
    flex: 1 1;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    line-height: 0.92rem;
    padding: 0.15rem 0;
}

.content .form .form_row .value input{
    background-color: transparent;
    color: #523547;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
    line-height: 0.44;
}

.content .form .tiptext{
    color: #beb9b9;
    font-size: 0.2rem;
    text-indent: 1.6rem;
    margin-top: -0.2rem;
}

.content .form .form_row .value textarea{
    background-color: transparent;
    color: #523547;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
    line-height: 0.44;
}


.content .form .form_row .value input::-webkit-input-placeholder{
    height: 100%;
    font-size: 0.28rem;
    line-height: 0.44;
}
.content .form .form_row .value input::-moz-placeholder{
    height: 100%;
    font-size: 0.28rem;
    line-height: 0.44;
}
.content .form .form_row .value input:-ms-input-placeholder{
    height: 100%;
    font-size: 0.28rem;
    line-height: 0.44;
}

.content .form .form_row .value .male{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border: 1px solid #523547;
    border-radius: 0.5rem;
}

.content .form .form_row .value .female{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border: 1px solid #523547;
    border-radius: 0.5rem;
    margin-left: 0.3rem;
}

.content .form .form_row .value .male.checked{
    background-color: rgb(235, 75, 75);
    color: #fff;
}

.content .form .form_row .value .female.checked{
    background-color: rgb(235, 75, 75);
    color: #fff;
}

.content .yonghu{
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.1rem;
    clear:both;
    color: #ff9f2d;
}

.content .yonghu span{
    color: #ddd;
    font-weight: bold;
}

.content .cesuan{
    clear: both;
    width: 5.4rem;
    height: 1rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.15rem;
    background: url(../image/home/cesuan.png) no-repeat top center;
    background-size: 100% auto;
    animation: btnAnimate 1.5s linear infinite;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.content .cesuan img{
    width: 100%;
}

@keyframes btnAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes taiyangAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes tagAnimate {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    100% {
        -webkit-transform: scale(1.1) translateY(0.3125rem);
        transform: scale(1.1) translateY(0.3125rem);
    }
}

@font-face {
    font-family: "iconfont";
    src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAAsAAAAABtwAAALbAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqBRIFMATYCJAMMCwgABCAFhG0HOBsUBhHVk2tkn5B0jh22foAsTTOkhAhkdd2o8eSbdgQmbSzpw9p5ttqRwwMiTeufrignII+8TATf73235577X2pTiSpVZWJLG98boDACi+pCg5FgFINQ3Yjn85zrbxPYm41Ga/C4sojQouNrrcLDE7y2LL4GKOCiFwBbm3YNYyIUS3IefJf/kV+McCF0uLrBaZBFkSeC/WI3wzGztwZYYAyXW/X7hffYVWeO0fohQktQGkKS98BJHbrOiFmUlRExgDl0QPU/h0ublgUyP1AucwxqUy/AOKCAxl5kBXKCfsPYTQQOYTuBXjN4xH5jc6BbBfoF4nVMR9Gdc6qqFekWmpqpVbyn7vK2BHjHfx//ocaJopPA0INXWgLbv/yr/LdHEVwI6uwOEqugEne1wQspLDylV1jbExtVKHN52pYzQ34D/+FRBNEA6f1gUQsVfoGZqUiVfddbJWhQsQYuANy4I0P29vcPs0e7v7jS2lHa9+Qwp6c7P+4N4p8JepZW8cT7hKvT+PxmgnZzyu7gy1aaCWae7fq6PTavX/NnziCN0klRGnsbF6Wt03S6Lil68w301F66dTadsuwkx3EX8QD0zO/kEmjPkt/7N37cYRKs4GfO7e2Vfql0K/Rm/UxWz4oacoAqq8/EzNicFm9MX1DptkULsI56jpdO3HA4dJtIoegyDanbLLJiV6Gjzzo0um1BrxXG7D5jclLUHiwrKxCGzaEY9A3SsB2yYh/QMekPjeHYQq+z0JJ95gONF4xK0IL+QTQ0OqSRi8i8oV96xVkOJ7yQ5+iBMiuKkRZH5DlGzG9fiThwTAM0ym7Y9wQTU0IjWRCZ6jx3dR/KDA2rywqjErSgfxANjY7Wlkvp+zf0S6+4pWxA/UKeY+NQZkUPZCsce5Xdyy3z21ciDhzTAI2ixx4GCab6TgmNZGGEf6pzrZrrK8zWFw/ftw56V2DdXJfIqPK0fBc17o6mW60AAA==") format("woff2")
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-gouxuan:before {
    content: "\e631"
}

.icon-Tick:before {
    content: "\e619"
}

.policy{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .12rem 0;
}

.policy .policy_check {
    width: .2rem;
    height: .2rem;
    border: 1px solid #f8c003;
    border-radius: .2rem;
    margin-right: .1rem;
    color: #ffa02e !important;
    border-color: #ffa02e !important;
}

.policy .policy_check i{
    display: block;
    text-align: center;
    font-size: .2rem;
    line-height: .2rem;
    font-family: "iconfont"!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.policy .policy_text{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #beb9b9;
    font-size: 0.18rem;
}

.policy .policy_text a{
    text-decoration: none;
    color: #beb9b9;
    font-size: 0.18rem;
}

.content .why{
    clear: both;
    width: 6rem;
    background-color: #f0e3d9;
    margin: 0 auto;
    margin-bottom: 0.4rem;
}

.content .why .block{
    width: 100%;
    height: 0.85rem;
    line-height: 0.9rem;
    margin: 0 auto;
    position: relative;
    top: -0.425rem;
    background: url(https://static.xfinger.cn/bazi/static/image/home/title.png) no-repeat top center;
    background-size: auto 100%;
    text-align: center;
    color: #d5b193;
    font-size: 0.3rem;
}


.content .why .detail{
    width: 90%;
    margin: 0 auto;
    margin-top: -0.2rem;
    padding-bottom: 0.3rem;
    font-size: 0.25rem;
    line-height: 0.36rem;
    text-indent: 0.3rem;
}


.content .cando{
    width: 100%;
}

.content .cando img{
    width: 100%;
    margin-bottom: 0;
    vertical-align: bottom;
}

.content .foot_text{
    width: 6rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #373737;
    margin-top: 0.2rem;
    padding-top: 0.2rem;
}

.content .chengxin img{
    max-width: 50%;
}

.content .copyright{
    margin: 0.15rem 0rem;
    color: #666;
    font-size: 0.1rem;
    width: 100%;
    text-align: center;
}

.wx_container{
    padding: 0.2rem 0rem;
    display:none;
    width: 100%;
    border-radius: 0.4rem;
}

.wx_container .wx_head{
    height: 2rem;
    width: 2rem;
    margin: 0 auto;
    background: url(https://static.xfinger.cn/bazi/static/image/result/head.png) no-repeat center top;
    background-size: auto 100%;
    border-radius: 100%;
    margin-bottom: 0.15rem;
}

.wx_container .wx_text{
    font-size: 0.24rem;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0.1rem;
}

.wx_container .wx_text.text_big{
    font-size: 0.4rem;
}

.wx_container .btn {
    display:block;
    width: 80%;
    margin: 0 auto;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #3cb035;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    text-decoration: none;
    margin-bottom: 0.1rem;
}

.wx_container .wechat_intro, .wx_container .wechat_intro img{
    width: 100%;
}

.wx_icon{
    width: 1rem;
    padding-top: 0.8rem;
    text-align: center;
    background: url(https://static.xfinger.cn/bazi/static/image/wx.png) no-repeat top right;
    background-size: 100% auto;
    position: fixed;
    right: 0px;
    bottom: 1rem;
}

.p-icons{
    width: 95%;
    margin: 0 auto;
    clear:both;
    margin-top: 0.3rem;
}
.p-icons:after{
    content: '';
    display: block;
    clear:both;
}
.p-icons .title{
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.p-icons .item{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 0.1rem;
}
.p-icons .item_big{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 0.2rem;
}

.p-icons .item img{
    width: 80%;
}
.p-icons .item_big img{
    width: 100%;
}


.tuijian{
    width: 100%;height: 100vh;position: fixed;top: 0;left: 0;z-index: 2018813;display:none;
}

.tuijian .zb_popup_bj{
    width:100%;height:100%;background: rgba(0, 0, 0, .5);
}

.tuijian .zb_popupCon{
    width: 86%;
    height: auto;
    max-width: 640px;
    background: #e1c7b2;
    border-radius: 5px;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    clear: both;
    padding: 0 0.22rem;
    padding-bottom: 0.4rem;
}

.tuijian .zb_popupCon em{
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    background: url(https://static.xfinger.cn/qiming/static/image/result/x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    cursor: pointer;
}

.tuijian .zb_popupCon h3{
    width: 100%;
    height: 0.5rem;
    font-size: 0.3rem;
    color: #333;
    text-align: center;
    line-height: 0.5rem;
    letter-spacing: 1px;
    font-weight: normal;
}


.search-order-history{
    position: fixed;
    width: 0.34rem;
    top: 1.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    right: 0;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.1rem 0 0.1rem;
    border-radius: 0.1rem 0 0 0.1rem;
    background-color: rgba(0,0,0,.8);
    word-spacing: 0.01rem;
    line-height: 0.32rem;
    text-decoration: none;
}

.search-order-history img {
    width: 0.2rem;
}

.search-order-history span {
    width: 0.26rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tousu-bar{
    position: fixed;
    width: 0.4rem;
    bottom: 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    right: 0;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.1rem 0 0.1rem;
    border-radius: 0.1rem 0 0 0.1rem;
    background-color: rgba(0,0,0,.8);
    word-spacing: 0.01rem;
    line-height: 0.32rem;
    text-decoration: none;
}

.tousu-bar img {
    width: 0.24rem;
}

.tousu-bar span {
    width: 0.26rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}