/*
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, button{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    outline: none;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    color: #000;
    font-family: 'Cuprum',tahoma,arial,verdana,sans-serif,Lucida\ Sans,sans-serif;
    font-size: 14pt;
}
*/
.container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1440px;
    min-width: 320px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .container {
        padding: 0 5%;
    }
}





/*dxchrt*/
.dxchrt {
    height: auto;
    min-height: 300px;
    padding: 40px 0 80px 0;
}
.dxchrt-wrp {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
.dxchrt-wrp .child {
    width: calc((100% / 3) - 30px);
    margin: 30px 15px;
    padding: 30px 0px;
    transition: all 0.3s;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .dxchrt-wrp .dxchrt-mobile {
        width: 100%;
    }
    .dxchrt-wrp .dxchrt-photo, .dxchrt-wrp .dxchrt-video {
        width: calc((100% / 2) - 30px);
    }
}
@media screen and (max-width: 768px) {
    .dxchrt-wrp .child {
        width: 100%;
        margin: 10px 0px;
        padding: 10px 0px;
    }
}

.dxchrt-container {
    margin: 20px 0;
}
.dxchrt-container .dxchrt-col {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
.dxchrt-container .dxchrt-col .left {
    width: calc(35% - 12px);
    text-align: right;
    margin: 3px 6px;
}
.dxchrt-container .dxchrt-col .right {
    width: calc(65% - 12px);
    text-align: left;
    margin: 3px 6px;
}
.dxchrt-container .dxchrt-col .name {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    color: #777;
    font-size: 14px;
}
.dxchrt-container .dxchrt-col .left .numb {
    color: rgb(53, 119, 169);
    font-weight: bold;
}
.dxchrt-container .dxchrt-col .line {
    height: 24px;
    background: rgb(53, 119, 169);
}

.scoreBaseNew {
    width: 320px;
    height: 100px;
    color: white;
    overflow: hidden;
    zoom:90%;
}

.scoreBaseNew .scoreValue {
    position: relative;
    width: 120px;
    height: 100px;
    float: left;
    background-color: #26477e;
    text-align: center;
    font-size: 60px;
    line-height: 100px;
    vertical-align: middle;
    border-right: 2px solid white;
    z-index: 2;
}

.scoreBaseNew .scoreText {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #3f97c6;
    text-transform: uppercase;
    padding: 6px 8px;
    text-align: right;
    font-size: 30px;
    line-height: 1;
}

.scoreBaseNew .scoreText img {
    max-width: 160px;
    margin: 0 -6px 3px 0;
}

.scoreBaseNew .scoreDevice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid white;
    padding: 7px;
    text-transform: none;
    background-color: #26477e;
    font-size: 14px;
}

.scoreSide {
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    margin-bottom: 2px;
}

.scoreSide .scoreText {
    width: 100%;
    background-color: #3f97c6;
    border-bottom: 2px solid white;
    font-size: 10px;
    height: 18px;
}

.scoreSide .scoreValue {
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #26477e;
    font-size: 26px;
}

.scoreBaseNew, .scoreSideWrap {
    display: inline-block;
    vertical-align: top;
}

.scoreSideWrap {
    margin-left: 20px !important;
}

.scoreBaseNew.small {
    height: 70px;
    width: 260px;
}

.scoreBaseNew.small .scoreValue {
    width: 90px;
    height: 70px;
    line-height: 70px;
    font-size: 45px;
}

.scoreBaseNew.small .scoreDevice {
    font-size: 12px;
}

.scoreBaseNew.small.legacy .scoreValue,
.scoreBaseNew.small.legacy .scoreText {
    background-color: #474747;
}

.scoreBaseNew.small.legacy .scoreText {
    padding: 20px 25px;
}

@media screen and (max-width: 429px) {
    .scoreBaseNew {
        margin-bottom: 20px;
    }

    .scoreSideWrap {
        width: 310px;
        margin-left: 0 !important;
    }

    .scoreSide {
        display: inline-block;
        width: calc(50% - 10px);
    }

    .scoreSideWrap .scoreSide:first-child {
        margin-right: 20px;
    }

    .scoreSide .scoreValue {
        height: 45px;
        line-height: 45px;
        font-size: 32px;
    }

    .scoreSide .scoreText {
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
        font-size: 13px;
    }
}

@media screen and (max-width: 350px) {
    .scoreBaseNew {
        width: 100%;
    }

    .scoreSideWrap {
        width: 100%;
    }
}
