.input {
    height: 100%;
    width: 100%;
    font-size: 13px;
	border: none;
	outline: none;
	box-sizing: border-box;
}

.select {
    border: 0px solid #cccccb;
    color: rgba(213, 210, 210, 1);
    height: 100%;
    width: 95%;
    font-size: 20px;

}

.button {
    background-color: rgba(213, 210, 210, 1);
    color: rgba(0, 0, 0, .87);
    border: 0px;
    font-size: 14px;
    text-align: center;

}

.ui checkbox {
    /*这里用的leyui*/
}

.span {
    width: 46px;
    color: rgba(0, 0, 0, 1);
    /*position: absolute;*/
    float: left;
    top: 206px;
    left: 12px;
    font-family: Inter;
    font-weight: Regular;
    font-size: 16px;
    opacity: 1;
    text-align: left;
}

.textarea {
    border: 0px #cccccb solid;
    height: 100%;
    width: 100%;
    font-size: 20px;
}