﻿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 {
    margin-left: 10px;
    background: none;
    text-align: center;
    flex: 1;
    height: 100%;
    outline: none;
    border: #e6e6e6;
    font-size: 1.5rem;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    height: 38px;
}
.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;
}
.yezhu_model_item .search_res {
    top: 5rem;
    width: calc(100% - 10.7rem);
    left: 8rem;
}
.search_res .search_res li {
    height: 4rem;
    padding: 0 1.25rem;
    line-height: 4rem;
    border-bottom: 1px solid #e5e5e5;
}
.search_res  .search_res li {
    height: 4rem;
    padding: 0 1.25rem;
    line-height: 4rem;
    border-bottom: 1px solid #e5e5e5;
}
.yezhu_model_item .layui-btn-primary {
    border: 1px solid #C9C9C9;
    color: #555;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #0ed3c2;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 10px;
}
    .yezhu_model_item .layui-btn-primary em {
        font-style: normal
    }