*{
    margin: 0px;
    padding: 0px;
}
body{
    background-color: #FCFCF0;
}
.title{
    padding-left: 40px;
    margin-top: 40px;
}
li{
    list-style: none;
}
.mead{
    width: 800px;
    padding-bottom: 30px;
    /* background-color: brown; */
    margin-left: 100px;
    margin-top: 50px;
    border-bottom: 2px solid #EDEEE5;
}
.mead ul li{
    display: flex;
}
.meadleft{
width: 150px;
}
.meadleft p{
    float: right;
    margin-right: 15px;
    line-height: 40px;
    }
    #shuru{
        width: 20px;
        height: 20px;
    }
    .mead ul li input{
        width: 200px;
        height: 30px;
        border: 1px solid #CCD3CD;
        }
        .right_text{
            line-height: 40px;
            margin-left: 10px;
            color: #82838B;
        }
        #dianhua{
            width: 400px;
        }
        #dianhua1{
            width: 400px;
            height: 150px;
        }
        .bottom_tijiao{
            width: 800px;
            margin-left: 100px;
            text-align: center;
            margin-top: 20px;
        }
        .bottom_tijiao button{
           width: 150px;
           height: 50px;
           font-size: 20px;
           background-color: #B9D87E;
           color: #FCFCF0;
        }
        #textarea{
            width: 400px;
        height: 150px;
        border: 1px solid #CCD3CD;
        }