.contain{
    width: 100%;
    height: calc(100vh - 52px);
    background-image: url(./images/bg.png);
    padding-top: 52px;
    overflow-y: auto;

}
.tip{
    display: block;
    width: 351px;
    height: 88px;
    background-image: url(./images/tip.png);
margin: 0 auto 20px;
}
.infos{
    width: calc(100% - 30px - 24px);
    margin: 0 auto;
    padding: 13px 12px 26px;
    background: #FFFFFF;
        border-radius: 12px;
}
.txt{
    width: calc(100% - 2px - 14px);
    height: calc(224px - 14px);
    border: 1px solid #DAD9D9;
        border-radius: 8px;
        background-color: transparent;
            resize: none;
            outline: none;
            padding: 12px 7px;
            font-size: 16px;
            color: #4B4A4A;
            line-height: 22px;
}
.txt::placeholder {
    color: #B8B8BA;
}
.label{
    width: 100%;
    font-weight: bold;
        font-size: 16px;
        color: #000000;
        line-height: 22px;
        margin: 14px 0;
}
.values{
    width: calc(100% - 32px);;
    height: 44px;
        border-radius: 22px;
        background-color: #f5f5f5;
        border: none;
            resize: none;
            outline: none;
            padding: 0 16px;
            font-size: 16px;
            color: #4B4A4A;
            line-height: 22px;
}
.submit{
    display: block;
width: 266px;
height: 44px;
margin: 34px auto 0 ;
background-image: url(./images/sub.png);
}
.masks{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.tipsWinM{
width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
        top: 0;
        left: 0;
        display: none;
}
.tipsWin{
    width: 260px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}
.t1{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #DAD9D9;
    float: left;
}
.t2{
    float: left;
width: calc(50% - 1px);
font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 54px;
    border-right: 1px solid #DAD9D9;
}
.t3{
    float: left;
    width: 50%;
    font-size: 14px;
        color: #000;
        text-align: center;
        line-height: 54px;
}