*{
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: 'microsoft yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;

}
body{
    max-width: 800px;
    margin: 0 auto;
}

textarea {  -webkit-appearance: none;}
header{
    width: 100%;
    height: 4rem;
    background: #f8f8f8;
    text-align: center;
    line-height: 4rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    top:0;
    left:0;
    z-index: 9999999;
    padding: 0 20%;
    box-sizing: border-box;
 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: none;*/
}
#header{
    padding: 0 20%;
}
header h1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header_hide{
    height: 4rem;
    display: none;
}
header .back{
    position: absolute;
    background: url("../image/back.png")no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    top: 50%;
    left: 1rem;
    margin-top: -0.75rem;

}
.header_btn{
    height: 4rem;
    line-height: 4rem;
    font-size: 15px;
    color: #adadad;
    padding: 0 1rem;
    position: fixed;
    top: 0;
}
.index_content{
    width: 100%;
    min-height: 1rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
}
.index_header{
    padding: 2rem 0;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #343232;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5rem;
}
.index_form{
    width: 100%;
    min-height: 1rem;
    border-top: 1px solid #f7f7f7;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.index_title{
    font-size: 1.6rem;
    color: #272727;
    text-align: left;
    padding: 0.5rem;
}
.index_table{
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    background: #f06067;
    padding: 0.8rem 0.5rem;
    box-sizing: border-box;
    border-radius: 4px;
    justify-content: space-around;
    margin-top: 0.5rem;
}
.index_table>div{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-align: center;
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
}
.index_table>div p{
    line-height: 1.3rem;
    font-size: 1.3rem;
}
.index_form ul{
    width: 90%;
    min-height: 1rem;
    margin: 0 auto;
    padding-top: 1rem;
}
.index_form ul li{
    list-style: none;
    width: 100%;
    padding: 0.5rem 0;
}
.index_form ul li>p:first-child{
    text-align: left;
    font-size: 1.4rem;
    color: #272727;
}
div.index_q{
    width: 100%;
    background: none;
    text-align: center;
}
.radio{
    width: 1rem;
    height:1rem;
    border: 2px solid #dadada;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.radio.checked{
    width: 1rem;
    height: 1rem;
    border: 2px solid #f06069;
    border-radius: 50%;
}
.radio.checked:after{
    content: '';
    height:1rem;
    width: 1rem;
    background: #f06069;
    border-radius: 100%;
    position: absolute;
    top:0;
    left: 0;
    box-sizing: border-box;
    border: 2px solid #fff;

}
input[type=radio]{
    display: none;
}
.index_hr{
    width: 100%;
    height: 2rem;
    background: #f4f4f4;
    margin-bottom: 1rem;
}
.index_hr:last-child{
    height: 0;
}
input[type=submit]{
    width: 95%;
    height: 3.5rem;
    display: block;
    margin: 0 auto;
    background: #f06067;
    border: none;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 2rem;
    border-radius: 3px;
}


/*结果页面*/
.result_mark{
    width: 100%;
    min-height: 1rem;
    box-sizing: border-box;
    padding-top: 1rem;
}
.result_mark li{
    padding: 0.5rem 1rem ;
    box-sizing: border-box;
    list-style: none;
    font-size: 0;
}
.result_mark li>div{
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
    color: #343232;
    vertical-align: middle;
}
.result_mark li>.left{
    width: 40%;
}
.result_mark li>.right{
    width: 60%;
    font-size: 0;
}
.result_mark li:first-child{
    margin-bottom: -1rem;
    padding: 0 1rem;
}
.result_mark li:first-child>.right{
    font-size: 1.4rem;
}
.result_mark li>.right .mark{
    width: 70%;
    height:1.5rem;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.2rem;
    box-sizing: border-box;
}
.result_mark li>.right .mark div{
    width: 100%;
    height: 100%;
    position: relative;
}
.bg_red{
    background: #ef686c;
}
.bg_green{
    background: #abd049;
}
.bg_yellow{
    background: #fdc547;
}
.result_mark li>.right span{
    vertical-align: middle;
    font-size: 1.4rem;
    position: absolute;
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    right: -3rem;
    top: 0;
}
.result_hr{
    height: 1rem;
    width: 100%;
    background: #f8f8f8;
}
.result{
    padding: 1.5rem 1.5rem;
    width: 100%;
    min-height: 1rem;
    box-sizing: border-box;
}
.result_top{
    height: 3rem;
    box-sizing: border-box;
    font-size: 1.8rem;
    color: #343232;
    vertical-align: middle;
    line-height: 3rem;
    padding: 0 1rem;
}
.result_top span{
    vertical-align: middle;
    font-size: 1.2rem;
}
.result_main{
    width: 100%;
    min-height: 1rem;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}
.result_main li{
    margin: 0.5rem 0.2rem;
    padding: 0.8rem;
    border-radius: 7px;
    display: inline-block;
    list-style: none;
    font-size: 1.4rem;
    color: #fff;
}
.result_p{
    color: #343232;
    font-size: 1.2rem;
    text-decoration: underline;
    padding-left: 1rem;
}
.tz_red_title{
    width: 95%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    text-align: center;
    margin: 1rem auto;
    background: #ef686c;;
    border-radius: 4px;
    color: #fff;
}
.tz_ul{
    padding: 1rem 0;
    width: 95%;
    margin: 0 auto;
    min-height: 1rem;
}
.tz_ul li{
    list-style: decimal;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    word-wrap: break-word;
    color: #6e6d6d;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0.1rem 0;
}
.tz_main{
    width: 90%;
    margin: 0 auto;
    line-height: 1.6rem;
    font-size: 1.3rem;
    color: #6e6d6d;
    padding: 0.5rem 0;
}
.tz_font_s{
    padding: 0;
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
/*查看计算*/
.jd_title{
    font-size: 1.8rem;
    color:#6e6d6d ;
    margin: 3rem auto 0 auto;
    line-height: 1.5;
    text-align: left;
    width: 90%;
    font-weight: normal;
}
.jd_table{
    width: 85%;
    margin: 0 auto;
    display: block;
    border: 1px solid #959595;
    margin-bottom: 2rem;
}
.jd_table tbody{
    display: table;
    width: 100%;
    text-align: center;
    border-collapse:collapse;
}
.table_title{
    text-align: center;
    font-size: 1.3rem;
    padding: 0.5rem 0;
    color: #f06067;
    margin-top: 1rem;
}
.jd_table tr:first-child{
    height: 2rem;
    background: #f06067;
    color: #fff;
}
.jd_table tr td{
    line-height: 1.8rem;
    border: 1px solid #959595;
    padding-top: 0.2rem;
}
.jd_table tr td:first-child{
    border-left: none;
}
.jd_table tr:last-child td{
    border-bottom: none;
}
.jd_table tr:first-child td{
    border-top: none;
}
.result_p a,.result_p a:link{
    color: #343232;
}
.more_tz{
     width: 100%;
    text-align: center;
    padding-bottom: 1rem;
}
.more_tz>span{
    padding: 0.3rem 2rem;
    margin: 0 auto;
    display: inline-block;
    background: #f88c05;
    color: #fff;
    border-radius: 7px;
    height: 3.6rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    position: relative;
    font-size: 1.4rem;
}
.more_tz>span:after{
    content: '》';
    position: absolute;
    right: 0.3rem;
    top: 0;
    display: inline-block;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.5rem;
    font-family: "黑体";
}

.err_404_main{
    width: 90%;
    margin: 0 auto;
    height: 20rem;
    position: fixed;
    top: 50%;
    margin-top: -10rem;
    left: 5%;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 5px 0px #ddd;*/
    /*box-shadow: 0px 1px 0px rgba(255,255,255,.1), inset 0px 1px 1px rgba(0,0,0,.7);*/

}
.err_404_main h1{
    text-align: center;
    font-size: 7rem;
    color:#222;
    text-shadow:5px 3px 4px #828282
}
.err_404_main p{
    margin-top: 2rem;
    text-align: center;
    font-size: 2rem;
}
.collect{
    position: fixed;
    display: inline-block;
    height: 45px;
    width: 3rem;
    right: 1rem;
    top: 0;
    background: url("../image/collect_c.png")no-repeat center;
    background-size: 2rem;
    z-index: 9999999;
}
.collect.checked{
    background: url("../image/collect.png")no-repeat center;
    background-size: 2rem;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
    -webkit-appearance: none;
}

.result_more{
    color: #f06067;
    font-size: 1.2rem;
    text-decoration: underline;
    padding-left: 1rem;
    padding-top: 1rem;
}
#resulit_list{
    padding-bottom: 1rem;
}
#resulit_list>li{
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    border-bottom: 1px solid #f8f8f8;
}
#resulit_list>li:nth-child(1) .result{
    background-image: -webkit-linear-gradient(-45deg, #f6b187 50%, #dc646d 100%);
    width: 90%;
    margin: 1rem auto;
    border-radius: 14px;
    padding: 0.5rem;
    box-sizing: border-box;
    color: #fff;
}
.result_d_p{
    font-size: 1.2rem;
    color: #343232;
    padding-left: 0.8rem;
}
.result_d_p span{
    font-size: 1.2rem;
    color: #343232;
    padding-left: 0.5rem;
}
.result_d_l>div{
    font-size: 1.6rem;
    color: #000000;
    text-align: center;
    padding-top: 1.15rem;
}
.index_r{
    width: 100%;
    min-height: 1rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
    height: 100%;
}
.index_r>img{
    width: 100%;
}
.index_r>.user_btn{
    width: 95%;
    margin: 1rem auto 0.5rem auto;
    border-radius: 7px;
}
.index_r>p{
    text-align: right;
    padding-right: 5%;
    box-sizing: border-box;
    color: #4ec7ff;
    font-size: 1.4rem;
}