@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dl,
dt,
li,
ol,
ul,
input,
select,
button,
textarea,
tr,
td {
    padding: 0;
    margin: 0;
    border: none;
}

input,
button,
select,
textarea,
a,
img {
    outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
    border: 0px;
}

/*火狐的私有属性去掉点击时边框*/
body,
html {
    width: 100%;
    font-family: "Microsoft YaHei", "Arial", "SimSun";
}

ul,
ul li,
ol li,
li {
    list-style: none;
}

a,
img,
input,
textarea {
    border: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.inrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.8229rem;
    height: 0.2135rem;
    background-image: linear-gradient(0deg, #0f498b 10%, #3080b7 50%, #0f498b 100%);
    border-radius: 5px;
    font-family: SourceHanSansSC-Heavy;
    font-size: 0.1563rem;
    color: #ffffff;
}

.inrow>li,
.inrow span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}

.dataNums {}

.dataNums .dataOne {
    width: .1615rem;
    height: .2135rem;
    text-align: center;
    display: flex;
    align-items: center;
}

.dataNums .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dataNums .dataBoc .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    
}

.dataNums .tt span {
    width: 100%;
    height: 100%;
    font-size: 0.1563rem;
    color: #ddf0ff;
}