﻿* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-user-select: none;
}

img {
    -webkit-touch-callout: none;
}

.header_1{width: 223px;height: 45px;position:relative;margin: 21px;}
.ha_index{width:26px;height:22px;position:absolute;top:.1rem;left:.1rem}
.ha_index img{width: 100%;height: 100%;}
.he_dao{width:25px;height:22px;position:absolute;right:.1rem;top:.1rem}
.he_dao img{width: 100%;height: 100%;}
.time{position:absolute;right:25%;top:25%}
.he_logo{width: 120px;  position: absolute;  left: 0;  right: 0;  margin: auto;  top: 9px;}
.he_logo img{width: 100%;height: 100%;}





.g-progress {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #c7c7c7;
}

.g-progress .percentage {
    width: 25%;
    height: 5px;
    background-color: #edda3b;
}

.container {
    overflow: hidden;
    padding: 70px 0 0;
}

.page {
    display: none;
    width: 100%;
    height: 100%;
}

.active.page {
    display: block;
}

.page .header {
    overflow: hidden;
    height: 10%;
    text-align: center;
}

.page .header img {
    width: 95%;
}

.page .main {
    position: relative;
    height: auto;
    width: 800px;
    margin: 40px auto;
    overflow: hidden;
}

.page .footer {
    overflow: hidden;
    height: 15%;
    text-align: center;
}

.select .on {
    display: none;
}

.select .off {
    display: inline-block;
}

.active.item .on {
    display: inline-block;
}

.active.item .off {
    display: none;
}


/*page1*/

.p1-type {
    float: left;
    width: 23%;
    margin: 0 40px;
    cursor:  pointer;
}

.form-container {
    margin: 55px auto;
    padding: 0 15px;
    width:  50%;
}

.form-element {
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px;
}

.form-element .arr {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.form-element input{
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 100%;
    height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: 0;
    -webkit-appearance: none;
    background: #f5f5f5;
}
.btn-prev {
    display: inline-block;
    padding: 10px 60px;
    color: #fff!important;
    border-radius: 5px;
    background-color: #86888b;
    font-size:  16px;
    margin-right: 20px;
}

.btn-prev .arr {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.btn-next,
.btn-done {
    display: inline-block;
    padding: 10px 60px;
    color: #fff!important;
    border-radius: 5px;
    background-color: #27313b;
    font-size:  16px;
}

.btn-next .arr {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/*page2*/


/*page3*/

.p3-age {
    float: left;
    width: 23%;
    margin: 0 40px;
    cursor:  pointer;
}

/*.boyage,*/
/*.girlage {*/
/*display: none;*/
/*}*/

.on.boyage,
.on.girlage {
    display: block;
}


/*page4*/

.p4-tip {
    position: absolute;
    top: -44px;
    left: 0;
    width: 86px;
}

.p4-style {
    float: left;
    width: 50%;
    height: 120px;
}

.hide {
    display: none;
}

.img-wrap {
    position: relative;
    width: 100%;
    height: 120px;
    padding: 10px;
}

.img-wrap .on,
.img-wrap .off {
    width: 40px;
    height: 40px;
}

.img-wrap .img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.img-wrap .item {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}


.xuan_ze{
    display:  block;
    text-align:  center;
    font-size: 38px;
    color:  #000;
}

/**/
.mian_fei{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #4e4e4e;
    margin-top: 10px;
}
