* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

body {
    box-sizing: border-box;
    padding: 0 20px;
}

.top {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 2px solid #4890f0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #191c2c;
}

.box {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 5px #c3c3c3;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
}


.titles {
    box-sizing: border-box;
    padding: 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
}

.titles_l {
    width: 70px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.titles_r {
    box-sizing: border-box;
    height: 30px;
    display: flex;
    align-items: center;
}

.texts {
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.texts_l {
    width: 70px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.texts_r {
    box-sizing: border-box;
    width: 1040px;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.img {
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.img_l {
    width: 70px;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.img_r {
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.img_r  img {
    height: 80px;
    width: 80px;
    border-radius: 40px;
}

.content {
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.content_l {
    width: 70px;
    height: 200px;
    line-height: 200px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.content_r {
    box-sizing: border-box;
    padding-left: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content_r textarea{
    width: 300px;
    height: 200px;
}
.confirm {
    width: 200px;
    height: 100px;
    ;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 80px;
}

.confirm div:nth-child(1) {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background: #4890f0;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    font-size: 12px;
}
.confirm div:nth-child(2) {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background: #ccc;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}












