body{
    padding: 0;
    margin: 0;
}
.el-divider.el-divider--horizontal{
    display: none;
}
label{
    display: none !important;
}
.el-form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.el-form{
    zoom: 1;
    margin-top: 0 !important;
    /* for IE6 IE7 */
}
.el-form-item{
    padding: 0 15px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.el-form-item:nth-of-type(n + 3){
    width: 100%;
}
.el-form-item .el-form-item__content{
    margin: 0 !important;
    padding: 0 !important;
}
input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}
button, input {
    overflow: visible;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea.el-textarea__inner {
    font: 400 15px/60px "寰蒋闆呴粦" !important;
    color: #222d39;
    height: 60px !important;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    width: 100%;
    border: 1px solid #fff !important;
    line-height: 60px !important;
    padding: 0 0 0 30px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="password"]:focus,
textarea.el-textarea__inner:focus{
    border-color: rgb(242, 239, 252);
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    outline: none;
}
textarea{
    height: 220px !important;
}
.el-row{
    padding: 0 15px;
    text-align: left !important;
}
.el-row button.el-button {
    min-width: 180px;
    text-align: center;
    background: #5e2ced;
    margin-top: 0px;
    border-radius: 3px;
    padding: 15px 30px;
    line-height: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    display: inline-block;
}
.el-row button.el-button:hover{
    border: 1px solid #5e2ced;
    color: #5e2ced;
    background-color: transparent;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}