* {
    padding: 0;
    margin: 0;
}

.header {
    width: 3.43rem;
    margin: 0 auto;
    height: 1.44rem;
    border-radius: .04rem;
    margin-top: .16rem;
}

.from {
    font-size: .14rem;
    color: #5e6d82;
    padding: .24rem .16rem;
}

.from_item {
    position: relative;
    height: .56rem;
    line-height: .56rem;
    border-bottom: 1px solid #f3f4f5;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.from_item img {
    width: .07rem;
    height: .1rem;
    position: absolute;
    right: 0.15rem;
}

input,
select {
    height: .35rem;
    line-height: .35rem;
    padding-left: .16rem;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    width: 2.5rem;
    box-sizing: border-box;
    border: none !important;
    outline: none;
    font-size: .16rem;
    background: url(https://public-test-shengtong.oss-cn-zhangjiakou.aliyuncs.com/omo/rightJT.png) no-repeat;
    background-position: 2.23rem;
    background-size: .08rem;
}

.from_item .radio {
    margin-right: .08rem;
    vertical-align: middle;
}

.confrim {
    margin: 0 auto;
    text-align: center;
    background-color: #0089ff;
    color: #fff;
    width: 1.65rem;
    height: .44rem;
    border-radius: .08rem;
    line-height: .44rem;
    margin-top: .4rem;
}

.phoneNumber,
.nameError,
.yzmError,
.alignError,
.errorYzm {
    width: 1.5rem;
    text-align: center;
    height: .5rem;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    font-size: .14rem;
    top: 50%;
    margin-top: .03rem;
    left: 32%;
    color: #fff;
    line-height: .5rem;
    border-radius: .05rem;
    display: none;
    z-index: 999;
}

.mengceng {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
}

input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #ced0d3;
    /* placeholder字体大小 */
    font-size: .16rem;
}

.dialog {
    width: 3.2rem;
    height: 1.92rem;
    background: #ffffff;
    border-radius: .08rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.6rem;
    margin-top: -0.96rem;
    z-index: 88;
    display: none;
}

.dialog p {
    margin-top: .3rem;
    text-align: center;
    font-size: .16rem;
    font-weight: 600;
    text-align: center;
    color: #171a1d;
}

.dialog .yzminput {
    width: 2.7rem;
    height: .4rem;
    background-color: #f1f2f3;
    border-radius: .04rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: .16rem;
}

.dialog .yzminput .span1 {
    display: inline-block;
    width: 1.04rem;
    border-left: 1px solid #e0e1e1;
    text-align: center;
    color: #c5c5c5;
}

.dialog .yzminput .span2 {
    display: none;
    width: 1.04rem;
    border-left: 1px solid #e0e1e1;
    text-align: center;
    color: #409eff;
}

.determine {
    margin-top: .3rem;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    text-align: center;
    line-height: .56rem;
    font-size: .16rem;
    color: #409eff;
}


/* .from_item select {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    border: none !important;
    background-color: #fff;
} */

.mobileSelect .content .btnBar .ensure {
    color: #0089ff !important;
}

.time {
    font-weight: normal;
}

.success {
    display: none;
    text-align: center;
}

.success img {
    margin-top: 1rem;
    width: 1rem;
}

.success p {
    font-size: .16rem;
}