* {
    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;
}


.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;
}

.titles_r input {
    width: 300px;
    height: 30px;
    box-sizing: border-box;
}

.img {
    box-sizing: border-box;
    padding: 0 10px;
    height: 150px;
    display: flex;
    align-items: center;
}

.img_l {
    width: 70px;
    height: 150px;
    line-height: 150px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.img_r {
    box-sizing: border-box;
    height: 30px;
    display: flex;
    align-items: center;
}

.img_r .new_img {
    display: inline-block;
}

.img_r .new_img img {
    width: 150px;
    height: 150px;
}
.content {
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px;
}

.content_l {
    width: 70px;
    height: 457px;
    line-height: 457px;
    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;
}

.confirm {
    width: 200px;
    height: 100px;
    ;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 80px;
}

.confirm div {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #4890f0;
    color: #fff;
    cursor: pointer;
}