@charset "utf-8";

/* CSS Document */

body {
    min-width: 3.2rem;
    max-width: 7.5rem;
    margin: 0 auto !important;
    overflow-x: hidden;
    background: #fff;
    font: .3rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #333;
}

body,
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
th,
td,
input,
textarea,
select,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: lighter;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
i {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
}

textarea,
select,
input {
    font-family: "Microsoft Yahei";
    font-size: .3rem;
    color: #666;
}

b {
    font-weight: bold;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    /*color:#333; */
    text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
button,
textarea {
    -webkit-appearance: none;
}

.cfx:after,
nav.mini:after,
.h:after,
.hn:after,
.PH:after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

* {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/**** 公共css ****/


/**** 首页 ****/

.indexMain {
    width: 100%;
    float: left;
    height: 13.36rem;
    background: url(../images/indexBg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 3.75rem;
}

.indexPro {
    width: 100%;
    float: left;
    padding: 0 .6rem 0 1.65rem;
}

.indexPro span {
    width: 90%;
    float: left;
    background: #ffe3e1;
    border-radius: .35rem;
    height: .28rem;
    border: .02rem solid #ffffff;
    box-shadow: .03rem .03rem .21rem rgba(251, 241, 213, 0.83);
}

.indexPro span i {
    content: "";
    float: left;
    border-radius: inherit;
    height: 100%;
    background: linear-gradient(to right, #ec8a2e, #de2112);
}

.indexPro em {
    width: 10%;
    float: left;
    line-height: .28rem;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 0.5px #d42b19;
    font-style: italic;
}


/** 资料输入版块 **/

.forminput {
    width: 100%;
    float: left;
    padding: 0 8% 0 10%;
    margin-top: 6rem;
}

.forminput_hang {
    width: 100%;
    float: left;
    border-radius: .35rem;
    background-color: #cfad9e;
}

.forminput_hang_bt {
    width: 1.6rem;
    float: left;
    line-height: .56rem;
    color: #390a0a;
    font-weight: bold;
    font-size: .3rem;
    text-align: center;
}

.forminput_hang_birth {
    overflow: hidden;
    line-height: .56rem;
    text-indent: .1rem;
    display: block;
    cursor: pointer;
    color: #390a0a;
    font-size: .3rem;
}


/** 资料输入版块 **/

.indexBtn {
    width: 100%;
    float: left;
    margin: .28rem 0 0 0;
    padding: 0 2.09rem 0 2.09rem;
    animation: zoom 1s linear infinite alternate;
    -moz-animation: zoom 1s linear infinite alternate;
    -webkit-animation: zoom 1s linear infinite alternate;
    -o-animation: zoom 1s linear infinite alternate;
}

.indexBtn a,
.indexBtn a img {
    width: 100%;
    float: left;
}

@keyframes zoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-moz-keyframes zoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-webkit-keyframes zoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-o-keyframes zoom {
    from {}
    to {
        transform: scale(.8);
    }
}


/**** 首页 ****/


/**** 结果页 ****/

.resultMain {
    width: 100%;
    float: left;
    background: #dab272 url(../images/resultBg.jpg) no-repeat;
    background-size: 100% auto;
    padding: .9rem 0 .5rem 0;
}

.picture,
.picture img,
.resultPic img {
    width: 100%;
    float: left;
}

.resultPic {
    width: 100%;
    float: left;
    padding: 0 .92rem 0 .96rem;
}

.resultPic.padd17 {
    padding: 0 .17rem;
    margin-top: .7rem;
}

.resultTxt {
    width: 100%;
    float: left;
    text-align: justify;
    color: #4d2617;
    font-size: .3rem;
    padding: 0 0 0 1.37rem;
    text-indent: .3rem;
}

.resultTxt span {
    color: #df4110;
}

.resultIcon {
    width: 100%;
    float: left;
    margin-top: .17rem;
    height: .74rem;
    background: url(../images/icon.png) no-repeat center;
    background-size: auto 100%;
}

.resultBtn {
    width: 100%;
    float: left;
    padding: 0 2.09rem;
    margin-top: -1.55rem;
}

.resultBtn a,
.resultBtn a img {
    width: 100%;
    float: left;
}


/**** 结果页 ****/