body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

@media only screen and (min-width: 641px) {
    body,html {
        font-size:15px
    }
}

@media only screen and (max-device-width: 640px),only screen and (max-width:640px) {
    body,html {
        font-size:14px
    }
}

@media only screen and (max-device-width: 600px),only screen and (max-width:600px) {
    body,html {
        font-size:13px
    }
}

@media only screen and (max-device-width: 540px),only screen and (max-width:540px) {
    body,html {
        font-size:12px
    }
}

body {
    font-family: 宋体,Verdana,Geneva,sans-serif;
    font-size: 1rem
}

i {
    font-style: normal
}

.fl {
    float: left;
    font-size: 16px;
}

.fr {
    float: right
}

.c-green {
    border: 1px solid #69ca35
}

.c-green .num {
    background: #69ca35
}

.c-red {
    border: 1px solid #f25b40
}

.c-red .num {
    background: #f25b40
}

.c-blue {
    border: 1px solid #39f
}

.c-blue .num {
    background: #39f
}

.c-ye {
    border: 1px solid #e6b800
}

.c-ye .num {
    background: #e6b800
}

.d-main {
    width: 100%;
    margin: 0 auto;
    font-family: 微软雅黑
}

.d-main .d-head {
   margin-bottom: 2px;
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    color: #777;
    font-size: 14px;
    background: #eee;
}

.d-head .btn {
    display: flex
}

.d-head .refresh {
    background: #009688;
    margin-right: 10px
}

.d-head .copy,.d-head .refresh {
       color: #fff;
    height: 23px;
    line-height: 23px;
    /* margin-top: 4px; */
    padding: 0 5px;
    border-radius: 2px;
}

.d-head .copy {
    background: #ff5700
}

.d-main .list {
    display: flex;
    justify-content: space-between;
    padding: 0 5px
}

.d-main .list .item {
    width: 12%;
    text-align: center;
    background: #fff;
    height: 80px;
}

.d-main .list .item .num {
       color: #fff;
    height: 38px;
    font-weight: 700;
    line-height: 37px;
    /* margin-top: 4px; */
    padding: 0 5px;
    border-radius: 2px;
    font-size: 34px;
}

.d-main .list .ani {
    width: 100%;
    height: 24px;
    line-height: 40px;
    font-size: 33px;
    color: #666;
    font-weight: 700
}

.d-main .plus {
    display: flex;
    align-items: center;
    width: 5%;
    font-size: 2rem;
    font-weight: 700;
    justify-content: center
}

.d-foot {
    padding: 3px 5px
}

.d-foot:after {
    content: "";
    display: block;
    clear: both
}

.d-foot .next .time {
    color: #f60
}

.tx-r {
    color: red
}

.tx-b {
    color: #00f
}

.c-gray .num {
    background: #bdbcbc;
}

.h {
color: #ff0000;
}