* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

body {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.top {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 2px solid #4890f0;
    display: flex;
    align-items: center;
}

.top div {
    width: 50%;
    height: 100%;
    display: flex;
}

.top div {
    font-size: 20px;
    font-weight: bold;
    color: #191c2c;
    display: flex;
    align-items: center;
}

.box {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
}

.box {
    box-shadow: 0 0 5px #c3c3c3;
}

.list {
    box-shadow: 0 0 5px #c3c3c3;
    margin-top: 10px;
}

.list_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 10px;
    color: #666;
    border-bottom: 1px solid #dadada;
}

.list {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.menu {
    width: 100%;
    display: flex;
    height: 50px;
}

.menu div {
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464646;
    font-size: 14px;
    font-weight: bold;
}

.list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    min-height: 60px;
    display: flex;
    margin-bottom: 5px;
}

.list ul li {
    height: 90px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    font-size: 13px;

}
.list ul li textarea{
    width: 200px;
    height: 80px;
    line-height: 20px;
    font-size: 12px;
    border: none;
}
.list ul li:last-child{
    display: flex;
    align-items: center;
    justify-content: center ;
}
.list ul li:last-child span{
    display: inline-block;
    width: 46px;
    height: 24px;
    border-radius: 3px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    margin-right: 10px;
}
.list ul li:last-child span:nth-child(1){
    background: #4890f0;
}
.list ul li:last-child span:nth-child(2){
    background: rgb(180, 180, 180);
}
.list ul li img {
    width: 60px;
    height: 50px;
}