* {
    padding: 0;
    margin: 0;
}

ul,
li,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 头部开始 */
#xzh-mobile-yzb-header {
    height: 1rem;
    padding: 0 0.25rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border-bottom: 2px solid #0461D2;
    padding-right: 0;
}

.xzh-header-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 67%;
}

.xzh-header-logo>span {
    display: block;
    width: 0.01rem;
    height: 0.45rem;
    background: #E0E0E0;
    margin: 0 0.3rem;
}

.zsblogo {
    width: 44%;
}

.yzblogo {
    width: 23%;
}

.xzh-header-login {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 8%;
}

.xzh-header-login>span {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.login-shu {
    display: block;
    width: 0.02rem;
    height: 0.25rem;
    background: #666;
    margin: 0 0.2rem;
    margin-top: 0.05rem;
}

.xzh-header-login>span.yzb-register {
    color: #0059C4;
}

/* 导航开始 */
#xzh-mobile-yzb-nav {
    height: 1rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding: 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.topnav-index {
    width: 16%;
    display: block;
    font-weight: bold;
    color: #0059C4;
    position: relative;
}

.topnav-index>p {
    display: block;
    position: absolute;
    width: 40%;
    height: 0.04rem;
    background: #0059C4;
    top: 117%;
    left: 30%;
}

.topnav {
    width: 80%;
}

.topnav-title {
    width: 29% !important;
}

.topnav-title>a {
    color: #333;
}








/* 面包屑导航开始 */

#xzh-mobile-yzb-crumbs {
    height: 0.6rem;
    padding-left: 5%;
    line-height: 0.6rem;
    background-color: #F2F2F2;
}

#xzh-mobile-yzb-crumbs>span>a {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1467D5;
}

#xzh-mobile-yzb-crumbs>a {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}




/* 公共样式 */
.jianjv {
    height: 0.2rem;
    background: #F2F2F2;
}

.xzh-zw-title-public {
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    color: #333333;
    padding-left: 0.22rem;
    border-left: 0.08rem solid #0059C4;
}




/* 登录成功后样式 */

.xzh-header-userinfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 35%;
}

.xzh-header-userinfo>img {
    width: 25%;
    margin-left: 0.3rem;
}

.xzh-header-userinfo>span {
    font-size: 0.24rem;
}