.ios-wechat-font-fix{
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html,body,#app{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f4;
    overflow-x: hidden;
}
.ios-wechat-font-fix body{
    font-size: 16px;
}
input[type=text],input[type=number],input[type=tel]{
    border: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 18px;
    color: #a2acb8;
}
.banner img{
    width: 100%;
}
.title{
    box-sizing: border-box;
    padding:12px 16px;
    color: #1195db;
    display: flex;
    align-items:center;
    font-size: 22px;
    font-weight: 600;
    /* font-weight: bold; */
}
.title img{
    width: 18px;
    margin-right: 8px;
}

.con{
    width: 100%;
  
}
.label{
    box-sizing: border-box;
    padding: 11px;
    padding-left: 16px;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 600;
}

.text{
    width: 100%;
    height: 56px;
    min-height: 56px;
    background-color: #fff !important;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}
.text .el-input{
    width: 100%;
    height: 56px;
    line-height: 56px;
}
.text .el-input input{
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
}
.text .span{
    line-height: 56px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    padding-left: 16px;
    font-size: 18px;
}
.zw{
    width:15%;
    height: 100%;
    font-size: 15px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #606266;
}
.zw button{
    width: 90%;
    height: 80%;
    font-size: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr{
    width: 100%;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #606266;
    font-size: 17px;
    line-height: 46px;
    min-height: 46px;
}
.left{
    white-space: nowrap;
}
.right{
    min-width: 0;
    font-size: 17px;
    white-space: nowrap;
    overflow-x: auto;
}
.qr .right.confirm-entrust-text{
    white-space: normal;
    overflow-x: visible;
    overflow-wrap: anywhere;
    line-height: 1.45;
}
.el-button.el-button--primary.is-link:not(.is-disabled):focus, .el-button.el-button--primary.is-link:not(.is-disabled):hover{
    color:var(--el-color-primary)!important;
}
/* .body>div>.con>input{
    height:100%;
    width: 100%;
} */
