@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 {
    font-size: 0;
    [;
    font-size: 12px;
    ];
    *font-size: 0;
    font-family: arial;
    [;
    letter-spacing: -3px;
    ];
    *letter-spacing: normal;
    *word-spacing: -1px;
}

.inrow>li, .inrow span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}

.pingtai_num, .wangzhan_num,.wechat_num{
    display: block;
    width: 100%;
    height: 62px;
    text-align: center;
}
.totleItem1,.totleItem2,.totleItem3,.totleItem4,.totleItem5{
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
}
.pingtai_num .dataOne,.wangzhan_num .dataOne,.wechat_num .dataOne {
    width: 55px;
    height:60px;
    margin: 0px 3px;
    text-align: center;
    border:1px solid #04F4F7;
    background-color: rgba(90,171,239,.2);
    border-radius:10px;
}
.totleItem1 .dataOne,.totleItem2 .dataOne,.totleItem3 .dataOne,.totleItem4 .dataOne,.totleItem5 .dataOne{
    width: 20px;
    height:30px;
    margin: 0px 1px;
    text-align: center;
}
.pingtai_num .dataBoc,.wangzhan_num .dataBoc,.wechat_num .dataBoc{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.totleItem1 .dataBoc,.totleItem2 .dataBoc,.totleItem3 .dataBoc,.totleItem4 .dataBoc,.totleItem5 .dataBoc{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pingtai_num .dataBoc .tt,.wangzhan_num .dataBoc .tt,.wechat_num .dataBoc .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.totleItem1 .dataBoc .tt,.totleItem2 .dataBoc .tt,.totleItem3 .dataBoc .tt,.totleItem4 .dataBoc .tt,.totleItem5 .dataBoc .tt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pingtai_num .tt span,.wangzhan_num .tt span,.wechat_num .tt span{
    width: 100%;
    height: 100%;
    font: bold 52px "Arial";
    line-height: 62px;
}
.totleItem1 .tt span,.totleItem2 .tt span,.totleItem3 .tt span,.totleItem4 .tt span,.totleItem5 .tt span{
    width: 100%;
    height: 100%;
    font: normal 20px "Arial";
    line-height: 30px;
}