.label{
    position: relative;
    width:100%;
    display: block; 
    top:50px;
    left: 0;
    right: 0;
    margin:0 auto;
    text-align: center;
    line-height: 1.5;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    padding: 0;
    border:none;
}

.text[type="text"]{
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    display: block; 
    left: 0;
    right:0;
    width: 90%;
    height: 200px;
    margin:0 auto;
    border-radius: 21px;
    border:black 1px solid; 
    margin-top: 60px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #222222;
    text-align: top left;
    line-height: 20px;
}

.text[type="text"]:focus{
    outline:none;
}
.text[type="text"]::placeholder{
    color: #999999;
}

.submit{
    display: block; 
    left: 0;
    right:0;
    width: 310px;
    height: 42px;
    margin:0 auto;
    background: #FFD014;
    border-radius: 21px;
    border:none; 
    margin-top: 60px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #222222;
}