* {
    padding: 0;
    margin: 0;
}
img {
    vertical-align: middle;
}
[v-clock] {
    display: none;
}
body {
    max-width: 750px;
    margin: 0 auto;
    background-color: rgb(239,250,248);
}

.box1 {
    border-radius: 1rem;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1.5rem;
    background-color: #fff;
    position: relative;
    top: -3.5rem;
}
.box1 p {
    text-align: justify;
    text-indent: 2em;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.box1 p:last-of-type {
    margin-bottom: 0;
}

.box_btn {
    width: 90%;
    margin: 0 auto;
}
.box_btn button {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(4,203,163);
    border-radius: 3rem;
    width: 100%;
    border: none;
    color: #fff;
}

.body2_title {
    font-size: 2.3rem;
    text-align: center;
    padding: 5.5rem 0 2.5rem;
    font-weight: bold;
}
.body2_box {
    width: 100%;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}
.ti_num {
    margin-bottom: 0.8rem;
}
.ti_tit {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.ti_ans {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(4,203,163);
    border-radius: 3rem;
}
.ti_ans1 {
    width: 50%;
    border-right: 1px solid rgb(4,203,163);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    color: rgb(4,203,163);
    border-radius: 0rem;
    border-bottom-left-radius: 3rem;
    border-top-left-radius: 3rem;
}
.ti_ans1:last-of-type {
    border-right: 0;
    border-radius: 0rem;
    border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
}
/*.ti_ans1:hover {*/
/*    color: #fff;*/
/*    background-color: rgb(4,203,163);*/
/*}*/

.ti_ans1.on {
    color: #fff;
    background-color: rgb(4,203,163);
}
.ti_progress {
    margin-top: 4rem;
    display: flex;
    font-size: 0.9rem;
    align-items: center;
    justify-content: space-between;
}

.xuanzhuan {
    transform: rotate(90deg);
}
.xuanzhuan1 {
    transform: rotate(-90deg)!important;
}
.ti_age1 {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.6rem;
    border: 2px solid rgb(4,203,163);
    height: 2.5rem;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
    position: relative;
    background-color: #fff;
}
.van-picker__toolbar {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    z-index: 9999;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.van-picker__toolbar button {
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background-color: rgb(4,203,163);
    color: #fff;
    display: flex;
    height: 40px;
    border: none;
    align-items: center;
    justify-content: center;
}
.van-picker__columns {
    border: 1px solid rgb(4,203,163);
    position: relative;
    top: -0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.van-picker__mask {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.van-picker__frame {
    left: 0;
    right: 0;
    border-top: 1px solid rgb(4,203,163);
    border-bottom: 1px solid rgb(4,203,163);
}


/*结果页面*/
.jgbox1 {
    width: 90%;
    margin:2rem auto 1.25rem;
    position: relative;
}
.jgbox2 {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.jgbox1_sub {
    position: absolute;
    height: 100%;
    box-sizing: border-box;
    padding: 1.5rem 0 1.5rem;
    padding-left: 1rem;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jgbox1_1 {
    color: #ebebeb;
    font-size: 0.9rem;
}
.jgbox1_2 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin: 0.35rem 0 1rem;
    margin-bottom: auto;
}
.jgbox1_3 {
    color: #fff;
    font-size: 0.95rem;
}
.jgbox1_tit {
    display: flex;
    align-items: center;
    font-size: 1.45rem;
    font-weight: bold;
}
.jgbox1_tit span {
    margin-left: 0.3rem;
}
.jgbox1_con {
    border-radius: 0.6rem;
    background-color: #fff;
}
.jgbox1_con1 {
    min-height: 3rem;
    display: flex;align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5rem 0.7rem;
    position: relative;
    margin-top: 1.1rem;
}
.jgbox1_con1 span {
    font-size: 1.32rem;
    font-weight: bold;
    color: #333;
    padding-left: 2rem;
    padding-right: 1rem;
}
.jgbox1_con1_xu {
    position: absolute;
    left: -2%;
    top: -7%;
    bottom: 0;
    margin: auto;
}
.jgbox1_con1_xu img {
    width: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.jgbox1_con1_xu div {
    width: 2rem;
    height: 2em;
    position: absolute;
    left: 0;
    top: 7%;
    bottom: 0;
    margin: auto;
    z-index: 99;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.jgbox1_con2 {
    /*display: none;*/
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 0.8rem 1.2rem;
}
.hide {
    display: none;
}
.bordert {
    border-top: 1px solid #e5e5e5;
}
.p {
    text-align: justify;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: rgb(74,74,74);
    line-height: 1.5;
}
.pc {
    color: rgb(4,203,163);
    font-weight: bold;
}
.jgbox1_con2  .p:last-of-type {
    margin-bottom: 0;
}
.bbb {
    height: 2rem;
}
.jgbox1_con2_tabs {
    display: flex;align-items: center;
    justify-content: center;
    margin-top: 0.8rem;
}
.jgbox1_con2_tab_sub {
    margin: 0 0.3rem;
    height: 2.5rem;
    min-width: 2rem;
    display: flex;
    align-items: center;justify-content: center;
    background-color: rgb(232,232,232);
    font-size: 0.95rem;
    padding: 0 0.5rem;
    border-radius: 2.5rem;

}
.jgbox1_con2_tab_sub.on {
    background-color: rgb(4,203,163);
    color: #fff;
}
.tabcontent ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1rem;
    margin-bottom: 0.3rem;
}
.tabcontent li {
    color: #979797;
    list-style-type: disc;
}
.tabcontent .img {
    text-align: center;
    margin-top: 0.2rem;
}
.tabcontent .img img {
    width: 90%;
}

.body3_box {
    margin-top: 2rem;
    background-color: #fff;
    padding: 3rem 15%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.body3_box1 {
    font-size: 0.95rem;
    font-weight: bold;
}
.body3_btn1 {
    width: 100%;
    margin-top: 0.7rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
.body3_btn1 button{
    font-size: 0.95rem;
    width: 100%;
    background-color: rgb(4,203,163);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.3rem;
    border: 0;
    border-radius: 5px;
}
.bbb1 {
    height: 1rem;
}

.fixed_link {
    position: fixed;
    right: 0;
    bottom: 10vh;
    height: 2.5rem;
    border-bottom-left-radius:2.5rem;
    border-top-left-radius:2.5rem;
    background-color: rgba(4,203,163,0.6);
    color: #fff;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed_link img {
    margin-right: 0.3rem;
    height: 1.6rem;
}