.xpformBox1 {
    margin-top: 50px;
    width: 100%;
}

.xpformBox1 .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.xpformBox1 .li {
    width: 49%;
    height: 40px;
}

.xpformBox1 .li input {
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.xpformBox1 .li textarea {
    width: 100%;
    height: 150px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.xpformBox1 .submitBtn {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffa164;
    border-radius: 5px;
    margin: 20px auto;
    cursor: pointer;
    color: #fff;
}
