* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

body {
    box-sizing: border-box;
    padding: 0 20px;
}


.box {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 5px #c3c3c3;
    margin-bottom: 20px;
}

.top_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #060606;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 1px solid #dadada;
    font-weight: bold;
}

.content {
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.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;
    margin-top: 20px;
}

.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;
}