﻿body, html, div, span, a, li, ul, img, header, footer, main {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}
body{
    background:#f1f7f7;
}
.YeZhu .appbar {
    background: #32dab9;
    height: 5rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.YeZhu .appbar_title {
    color: #fff;
    font-size: 1.8rem;
    padding-left:5rem;
}
.appbar a i{
    color:#fff;
    font-size:1.8rem;
}
.appbar_action {
    font-size: 1.8rem;
    color: #fff;
}
.YeZhu .yezhu_main {
    padding-top: 5rem;
    padding-bottom: 6rem;
}
.YeZhu .yezhu_top {
    height: 8rem;
    background: #0ed3c2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    color: #fff;
}
.YeZhu .yezhu_top_title {
    font-size: 2.3rem;
    margin-bottom: 0.3rem;
}

.YeZhu .yezhu_model {
    background: #fff;
    padding: 0 1rem;
    margin-bottom: 1rem;
}
.YeZhu .yezhu_model_title {
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    justify-content: space-between;
    color: #000;
    font-size: 1.8rem;
}
.YeZhu .model_title_tip {
    color: red;
    font-size: 1rem;
}
.YeZhu .yezhu_model_item {
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    justify-content: space-between;
    border-bottom: solid 0.5px #f7f7f7;
}
.YeZhu .yezhu_model_item:last-child {
    border: none;
}
.YeZhu .item_title {
    color: #000;
    font-size: 1.5rem;
}
.YeZhu .item_ipt {
    background: none;
    text-align: center;
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    font-size: 1.5rem;
}
.YeZhu .right_icon {
    width: 2rem;
}
.YeZhu .yezhu_step_main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 2rem;
}
.YeZhu .yezhu_step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.2rem;
}
.YeZhu .yezhu_step i {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.YeZhu .next_step {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.yuzhu_footer{
    background:#fff;
    position:fixed;
    width:100%;
    left:0;
    bottom:0;
    height:6rem;
    padding:0 2rem;
    display:flex;
    align-items:center;
}
.footer_photo{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-size:1rem;
    margin-right:1rem;
}
.footer_photo i{
    font-size:2rem;
}
.footer_submit{
    background:#0ed3c2;
    color:#fff;
    height:4rem;
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.4rem;
    border-radius:5px;
}