* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(241, 241, 241);

}
.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mask img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

.picture {
    width: 228px;
    height: 175px;
    background-image: url(../image/back.png);
    background-size: 100% 100%;
}
.success{
    width: 175px;
    height: 175px;
    background-image: url(../image/good.png);
    background-size: 100% 100%;
    border-radius: 50%;
}

.page {
    width: 100vw;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
}

.err {
    margin: 0 auto;
    margin-top: 198px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.text {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 25px;
    text-align: center;
}

.top {
    width: 100vw;
    height: 206px;
    background-image: url(../image/bg.png);
    background-size: 100% 100%;

}

.logo {
    width: 33px;
    height: 33px;
    background-image: url(../image/logo.png);
    background-size: 100% 100%;
    margin-top: 8.5px;
    margin-left: 15px;


}

.login {
    padding-top: 1px;
    display: flex;

}

.texts {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 8.5px;
    margin-left: 8px;
    line-height: 33px;
}

.form {
    width: 92%;
    padding-top: 15px;
    padding-bottom: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.xian {
    width: 100%;
    height: 1px;
    background: #EAEAEA;
    margin-top: 15px;
}

.inputs {
    width: 100%;
}

.input_box {
    /* height: 20px; */
    width: 100%;
    /* background-color: #521111; */
    margin: 0 auto;
    margin-top: 20px;
}

.tit {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.input {
    border: none;
    margin-top: 7px;
    width: 100%;
    height: 35px;
    background: #F6F6F7;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.pay {
    width: 92%;
    padding-top: 15px;
    padding-bottom: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    
}

.pays_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.name {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.price {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.bottom {
    width: 100vw;
    height: 99px;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
}

.bottoms {
    width: 100vw;
    height: 65px;
    background: #FFFFFF;
    display: flex;
    justify-content: right;
    align-items: center;
}

.but {
    width: 125px;
    height: 45px;
    background: #627ADC;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}

.payion {
    height: 22px;
    margin-right: 12px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: end;
}
.te{
    font-size: 13px;
    height: 13px;


}
.pa{
    font-size: 18px;
    height: 18px;

    
}
.pas{
    height: 22px;
    font-size: 22px;
}
.inpution{
    border: none;
    margin-top: 7px;
    width: 120px;
    height: 30px;
    background: #F6F6F7;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.rigth{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acter{
    width: 20px;
    height: 20px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    margin-left: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add{
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid #627ADC;
    box-sizing: border-box;
    background-color: #627ADC;
    border-radius: 50%;
}
.adds{
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid #cfd3e0;
    box-sizing: border-box;
    background-color: #cfd3e0;
    border-radius: 50%;
}
