html {
    font-size: 20vw;
}
body {
    max-width: 7.2rem;
    min-width: 4.26667rem;
    background: #F9F9F9;
    color: #333333;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
span, label, p, div {
    word-break: break-all;
}
main {
    display: block;
}
.yuzhua-ipr{
    height: 100vh;
}
.yuzhua-ipr .ipr-body{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: 1.26667rem;
}
.global-footer {
    z-index: 999;
    width: 100%;
    min-width: 325px;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px -1px 0px 0px #EFEFEF;
    box-shadow: 0px -1px 0px 0px #EFEFEF;
    padding-bottom: 5px;
    font-size:12px;
}
.global-footer .van-col {
    padding: 10px 0;
    text-align: center;
    color: #666;
}
.van-col--5 {
    width: 20.83333333%;
}
.van-col {
    float: left;
    box-sizing: border-box;
    min-height: 1px;
}
.global-footer .van-col > div {
    font-size: 21px;
    line-height: 21px;
}
.global-footer .iconfont {
    font-size: 20px;
}
.van-row::after {
    display: table;
    clear: both;
    content: '';
}
.global-footer .van-col.selected {
    color: #507cf3;
}
.global-footer .van-col {
    padding: 10px 0;
    text-align: center;
    color: #666;
}
.global-footer span {
    font-size: 12px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.van-col--4 {
    width: 16.66666667%;
}
.global-footer .van-col > div.middle {
    color: #fff;
    border-radius: 20px;
    font-style: normal;
    width: 40px;
    height: 40px;
    background: #507cf3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(80, 124, 243, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(80, 124, 243, 0.7);
    display: inline-block;
    line-height: 40px;
}
.block {
    display: block;
}
.global-footer .van-col > div.middle i {
    font-size: 20px;
    color: #fff;
}
.icon-kefu:before {
    content: "\e608";
}
a{
    text-decoration: none;
}
.yuzhua-navbar{
    width: 100vw;
    height: 0.58667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.yuzhua-navbar .navbar-back{
    width: 0.58667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.yuzhua-navbar .navbar-back img{
    display: block;
    width: 0.32rem;
    height: 0.32rem;
}
.yuzhua-navbar .navbar-title{
    position: absolute;
    z-index: -1;
    width: 100%;
    padding: 0 0.8rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    font-size: 0.21333rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.29333rem;
}