.mo-header {
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 40px;
    background-color: #E7F5F6;
    position: fixed; /* 固定定位，滑动时不跟随页面滚动 */
    top: 0; /* 固定在页面顶部 */
    left: 0; /* 左对齐 */
    right: 0;
}
.mo-header-side-div{
    width: 25px;
    height: 25px;
    margin: 0 10px;
}
.mo-header-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    flex-grow: 1;
    text-align: center;
    line-height: 24px;
}
.mo-header-back-btn {
    width: 24px;
    height: 24px;
}
.mo-btn-green{
    width: 100%;
    background-color: #276E42;
    border: none !important;
    border-radius: 10px !important;
    height: 52px !important;
    line-height: 52px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 24px 0 20px 0 !important;
    color: white;
}
.mo-dialog-code-input-div{
    width: 180px;
    height: 48px;
    margin-bottom: 10px;
}
.mo-dialog-code-input{
    padding: 3px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 8px;
    height: 100%;
    font-size: 18px;
    text-align: center;
}
.mo-dialog-code-img{
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    width: 172px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.mo-dialog-btn-line{
    display: flex;
    width: 100%;
    border-top: 1px solid #eee;
}
.mo-btn-white{
    width: 100%;
    background-color: white;
    border: none !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: black;
    margin-top: 7px;
}
.mo-btn-white-line{
    width: 100%;
    background-color: white;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: black;
    border: none;
    margin-top: 7px;
    border-right: 1px solid #eee;
}
.mo-btn-middle-line{
    width: 1%;
    height: 33px;
    color: #eee;
}