/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}*/


.c1200 {
    width: 1200px;
    margin: auto;
}

#numont {
	top: 725px;
}

.num_el {
	width: 70px;
	margin: auto;
}

.num_box {
    height: 170px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(128, 128, 128, 0.55);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.num_box>div {
    width: 25%;
    height: 93px;
    border-right: 1px solid #dcdcdc;
}

.num_ctbx {
    text-align: center;
    position: relative;
}

.numlwt {
    display: flex;
    font-weight: 400;
    font-size: 24px;
    justify-content: center;
}

.tioer {
    font-weight: 400;
    font-size: 18px;
    margin-top: -10px;
}

.name_tile {
    margin-top: 16px;
    font-size: 14px;
    white-space: nowrap;  
    color: #696969;
}


.num_lp{
    width: 80px;
    margin: auto;
}
.lp {
    width: 23px;
    height: 2px;
    background-color: #c2c2c2;
    position: absolute;
    bottom: 12px;
}