﻿.base {
    margin-bottom: 70px;
}
.onlineusers {
    padding: 16px 15px;
    border-top: 10px solid #f7f7f7;
    border-bottom: 10px solid #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

    .onlineusers .onlineusers-span {
        margin-right: 16px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }

    .onlineusers img {
        width: 43px;
        height: 43px;
        margin-right: 3px;
        border-radius: 50%;
    }
.onlineplaces {
    padding: 16px 15px;
    border-top: 10px solid #f7f7f7;
    border-bottom: 10px solid #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

    .onlineplaces .onlineplaces-span {
        margin-right: 16px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }

    .onlineplaces img {
        width: 107px;
        height: 80px;
        margin-right: 3px;
    }
.detail-cata-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .17rem .16rem .16rem .17rem;
    z-index: 2
}

.detail-cata-header-name {
    font-size: .16rem;
    line-height: .16rem;
    color: #000
}
.detail-header-cont-wrap-opera-add{
    font-size: .14rem;
}
.detail-header-cont-wrap-opera-down {
    font-size: .14rem;
}
.detail-cata-header-name span:last-child {
    margin-left: .08rem;
    font-size: .14rem;
    color: #999
}

.detail-cata-header-opera {
    position: relative;
    padding-right: .1167rem;
    line-height: .16rem;
    font-size: .13rem;
    color: #999
}

.detail-cata-header-opera-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: .05rem;
    height: .1rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAYAAADKO/UvAAAAAXNSR0IArs4c6QAAANJJREFUSA2l1UEKwyAQBdDY9oiBLnoST+BJuuiuh+o1ivEPMWCMOn8cEJXoc4Soy7JHCOGJkvtM7TAYk2OMb7Sdcy/v/QdtbbgMJOSOSQn5s9DtvBowZMVsrdhOzobNSBBMOm+LgQ5kBioQK1QhFugSYaEmwkBdRAsNEQ2kQnpQ+raqkQ70q84OBrOhzqR1LNKC60OzagvYr4zvMJMBIJdXF9EA2EkT0QJNhAEuERaoEAtQIFbgQGYAQWYBINXZsTxe8p/kbCQ1wzOKeRKAUHKfqTdCfDEiZcr+2wAAAABJRU5ErkJggg==) no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.detail-header-cont-wrap-img img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.detail-header {
    position: relative
}

    .detail-header .detail-header-wrap {
        padding: 0 .1rem;
        position: relative
    }

    .detail-header > h1 {
        font-size: .2rem;
        line-height: .2rem;
        text-align: left;
        color: #000;
        padding-top: .31rem;
        padding-bottom: .06rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
        width: 480px;
        margin: 0 auto
    }

    .detail-header .detail-header-cont-wrap-opera button:last-child {
        margin-right: 0
    }

    .detail-header .detail-header-cont-wrap-opera a {
        text-align: center;
        width: .95rem;
        height: .36rem;
        overflow: visible;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        margin-right: .1rem;
        border-radius: .19rem;
        border: .01rem solid;
        position: relative;
        color: #ff824a;
        border-color: #ff824a;
        background: transparent
    }

.videophoto {
    display: flex;
    /* 从最下面开始布局 */
    align-items: flex-end;
    background: whitesmoke;
    position: relative;
}

.special-topic-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 50px;
    left: 30px;
    align-items: center;
    position: absolute;
}

@media (-webkit-device-pixel-ratio:3) {
    .detail-header .detail-header-cont-wrap-opera a:before {
        -webkit-transform: scale(.3328,.3333) !important;
        -ms-transform: scale(.3328,.3333) !important;
        transform: scale(.3328,.3333) !important
    }
}

.detail-header .detail-header-cont-wrap-opera .detail-header-cont-wrap-opera-read {
    border: none !important;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #ff824a !important;
    border-radius: .19rem;
    font-size:.14rem;
    color: #fff;
    background-color: #fff
}

.detail-header-cont {
    position: relative;
    padding-top: .17rem
}

.detail-header-cont-wrap-desc, .detail-header-cont-wrap-img {
    display: inline-block;
    vertical-align: top
}

.detail-header-cont-wrap-img {
    width: .86rem;
    height: 1.16rem;
    position: relative;
    border-radius: .09rem;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .detail-header-cont-wrap-img:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: .01rem solid rgba(0,0,0,.07);
        box-sizing: border-box;
        border-radius: .09rem;
        overflow: hidden
    }

    .detail-header-cont-wrap-img.wise {
        border-radius: .03rem
    }

    .detail-header-cont-wrap-img img {
        display: block;
        width: 100%;
        height: 100%;
        background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXCAMAAABGFileAAAASFBMVEUAAADR0dHNzc3V1dXOzs7Pz8/Nzc3Pz8/Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Ozs7Nzc3Nzc3Ozs7Nzc3Nzc3Nzc3Nzc3MzMx4lvWtAAAAF3RSTlMAGuYMXz30JtfPibZwqp5MvjYufsdVlD+FaIIAAAMASURBVFjD7ZjbdoMgEEXLRUBBUdHw/3/aZJk4ckkZNE9dOU8tiTswDGcGf7766j+LmGEw7OPYzj8kzIex2j/VBcO2p6qT57E3v4vDKNEXFzF5kGA7VsEiLkQhhjAFY+dmTPxRNPdjp2LMfaApM6jPcAf/Eiya0XCQnOCOIeIG070W4TZE9BBd0HCCqzJc4f3lAC/p1JiP1J/g9iHC5bjuBNeECJvjNmePMYhluBQNI9xwAgkRRxLSF+8QYFVapmdrysScIg1/3tNohYwIEtUGXI6cLY0egYGWZQ5hf8IQxPwYkc8Q633BklZjpT+q3dzWtIKO/Pgt7YNyQZq1+dsuXZKveU1O6/6ZNHbbAmUq/ABZrjctpFAedtE651fvcs76SMXkZAKzPhNzSXG6KK9w1VyN2hBTiEP0b2oWIs9d/fuvEaPFY9MdrCFjmjMqH1oAdAIcjMEDSDNe3njgTIOfI/t4zLWI7YVVWRHltQTfx51Qlau0UvhIlICfoIrSfEAIAm1eLB3EF9GtrTuYzrF3plWY4Q+oHDdqxyDmOTW5hmj5u246A3GC4OZC3J3t1dLgQl1KAiwYGtv6t9JJlGw1lkspG5/rJDlsNMdiSQszgTVH/TAxIxWejg4dBEl9zE3B9WqEL3H9cO3OAtyr3S+7+RIX+hW8yMsxaT88NOe44Jq1O6bW0PWdlPLZsS3zXRyMpAY7sKiacKhp4+PPLaXFiowthSwqc/HNdX9sTBnv7iJvuXjwenRCqbZWvcD1K/qSqSAkBS7uPmDDy3CBi7fe27HSDGjugri7wgR0iYvvPcVxiwc8dyokb+Aoa5GLzoiwWV9SbnuOS4NKzoaEO4/0rj7mNqjTBhdB0tzFNm5wsiOuxB231LMJtFYZrqi4iiwy5ILZpty+5i4rujnkeuFIyMUbBBFBv6R2vUYOqnpfYHy9OO7lbK009h11nRaG7Unifo/qjq/WWu4G+Ci4ISE1uX5slWoXPbh1Dh5k9nZgt538+aCk5cYZbsnPV1/9Q/0CSyXI1RlqHIQAAAAASUVORK5CYII=) 50%/.29rem .29rem no-repeat
    }

.detail-header-cont-wrap-desc {
    position: relative;
    margin-left: .12rem;
    font-size: .14rem;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .detail-header-cont-wrap-desc.wise span {
        color: #666 !important
    }

    .detail-header-cont-wrap-desc > div span {
        color: #858585
    }

    .detail-header-cont-wrap-desc > div.detail-header-status span {
        position: relative;
        padding-right: .11rem;
        color: #666
    }

        .detail-header-cont-wrap-desc > div.detail-header-status span:not(:last-child):after {
            position: absolute;
            content: "";
            right: .05rem;
            width: .01rem;
            height: .14rem;
            background-color: rgba(0,0,0,.1)
        }

@media only screen and (device-width:375px) and (device-height:667px) {
    .detail-header-cont-wrap-desc > div.detail-header-status span:first-child:after {
        width: .015rem
    }
}

.detail-header-cont-wrap-desc > div:last-of-type {
    margin-bottom: 0
}

.detail-header-cont-wrap-opera {
    margin-top: .18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .13rem
}

    .detail-header-cont-wrap-opera.wise {
        padding: 0 0 .15rem
    }

        .detail-header-cont-wrap-opera.wise a {
            background: #fff;
            border-radius: .05rem;
            border: .01rem solid #999;
            position: relative;
            color: #000
        }

            .detail-header-cont-wrap-opera.wise a.detail-header-cont-wrap-opera-read {
                color: #fff !important;
                background-image: -webkit-linear-gradient(left,#ff743e,#ff5317) !important;
                background-image: linear-gradient(90deg,#ff743e,#ff5317) !important;
                border-radius: .05rem
            }

.detail-header-cont-wrap-opera-down {
    width: .76rem !important
}

.detail-header {
    background: #fff
}

.detail-cont {
    white-space: pre-wrap;
    word-wrap: break-word;
    position: relative;
    margin-top: -40px;
    overflow: hidden
}

    .detail-cont .summary-title {
        font-size: .16rem;
        line-height: .2rem;
        font-weight: 700;
        color: #1f1f1f
    }

.detail-cont-desc {
    position: relative;
    line-height: .22rem;
    color: #1f1f1f;
    font-size: .14rem;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.detail-cont .detect-textoverflow {
    position: absolute;
    top: .86rem;
    left: 0;
    line-height: .22rem;
    font-size: .14rem;
    color: #666;
    z-index: -1;
    opacity: 0
}

.detail-header-tags-list {
    margin: .07rem 0 0
}

    .detail-header-tags-list span {
        height: .23rem;
        color: #666;
        font-size: .12rem;
        line-height: .23rem;
        display: inline-block;
        padding: 0 .08rem;
        min-width: .26rem;
        box-sizing: border-box;
        text-align: center;
        overflow: visible;
        border-radius: .11rem;
        z-index: 1;
        background-color: #f5f5f5
    }

        .detail-header-tags-list span:not(:last-child) {
            margin-right: .08rem
        }

.base-tag-with-border {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    text-align: center;
    padding: 0 2px;
    position: relative;
    margin-right: .06rem
}

    .base-tag-with-border:last-child {
        margin-right: 0
    }

    .base-tag-with-border .base-tag-text {
        display: inline-block;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transform: translateY(-.01rem);
        -ms-transform: translateY(-.01rem);
        transform: translateY(-.01rem)
    }

.isAndroid .base-tag-with-border .base-tag-text {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.base-tag-with-border .base-tag-border {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300%;
    height: 300%;
    border: 1px solid #fff;
    border-radius: 6px;
    -webkit-transform: scale(.3333);
    -ms-transform: scale(.3333);
    transform: scale(.3333);
    -webkit-transform-origin: 0 1px;
    -ms-transform-origin: 0 1px;
    transform-origin: 0 1px
}

.RecommendDetail .thumb:before {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.RecommendDetail .thumb {
    position: relative;
    overflow: hidden
}

@media (-webkit-device-pixel-ratio:1.5) {
    .RecommendDetail .thumb:before {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667)
    }
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi) {
    .RecommendDetail .thumb:before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (-webkit-device-pixel-ratio:3) {
    .RecommendDetail .thumb:before {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        transform: scale(.3333)
    }
}

.RecommendDetail .thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    point-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.RecommendDetail {
    background: #fff
}

    .RecommendDetail .line {
        margin-bottom: .21rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .RecommendDetail .recommend-title {
        line-height: .22rem;
        font-size: .16rem;
        color: #262626;
        padding: .14rem .17rem;
        font-weight: 700
    }

    .RecommendDetail .thumb {
        width: .96rem;
        height: 1.02rem;
    }

        .RecommendDetail .thumb:before {
            border: 1px solid rgba(0,0,0,.05)
        }

    .RecommendDetail .recommend-list {
        padding: 0 .17rem
    }

    .RecommendDetail .intro {
        width: 100%;
        padding-left: .08rem;
        position: relative
    }

    .RecommendDetail .actionName {
        position: absolute;
        right: 0;
        top: -.01rem;
        font-size: .14rem;
        color: #999
    }

    .RecommendDetail .description {
        line-height: .22rem;
        font-size: .14rem;
        color: #999;
        -webkit-line-clamp: 2;
        margin-top: .02rem;
        height: .4rem
    }

    .RecommendDetail .description, .RecommendDetail .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .RecommendDetail .title {
        font-size: .18rem;
        color: #000;
        -webkit-transform: translateY(-.04rem);
        -ms-transform: translateY(-.04rem);
        transform: translateY(-.04rem);
        -webkit-line-clamp: 1;
        word-break: break-all;
        width: 1.96rem
    }

    .RecommendDetail .avatar {
        width: .133rem;
        height: .133rem;
        margin-right: .05rem
    }

    .RecommendDetail .bottom-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: .14rem;
        color: #999;
        position: absolute;
        width: 100%;
        bottom: -.02rem
    }

    .RecommendDetail .author {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .RecommendDetail .category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.NovelDetail {
    background-color: #f5f5f5;
    padding-bottom: .09rem
}

    .NovelDetail .detail-module-wrap {
        margin-bottom: .08rem;
        background-color: #fff
    }

    .NovelDetail .detail-cont-wrap {
        padding: 0 .17rem
    }

* {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: Helvetica Neue,Helvetica,Tahoma,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    -webkit-touch-callout: none
}

img {
    border: none
}

html {
    font-size: 100px
}

@media screen and (min-width:260px) {
    html {
        font-size: 62.8019px
    }
}

@media screen and (min-width:280px) {
    html {
        font-size: 67.7031px
    }
}

@media screen and (min-width:310px) {
    html {
        font-size: 74.8791px
    }
}

@media screen and (min-width:320px) {
    html {
        font-size: 77.2946px
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 86.9565px
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 90.5797px
    }
}

@media screen and (min-width:390px) {
    html {
        font-size: 94.2029px
    }
}

@media screen and (min-width:393px) {
    html {
        font-size: 94.9275px
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 96.6183px
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 100px
    }
}

@media screen and (min-width:428px) {
    html {
        font-size: 103.3816px
    }
}

@media screen and (min-width:440px) {
    html {
        font-size: 106.2801px
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 115.942px
    }
}

@media screen and (min-width:520px) {
    html {
        font-size: 125.6038px
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 135.2657px
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 144.9275px
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 154.5893px
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 164.2512px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 173.913px
    }
}

@media screen and (min-width:760px) {
    html {
        font-size: 183.5748px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 193.2367px
    }
}

@media screen and (min-width:960px) {
    html {
        font-size: 231.884px
    }
}

@media screen and (min-width:1024px) {
    html {
        font-size: 246.276px
    }
}

* {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: Helvetica Neue,Helvetica,Tahoma,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    -webkit-touch-callout: none
}

img {
    border: none
}

html {
    font-size: 100px
}

@media screen and (min-width:260px) {
    html {
        font-size: 62.8019px
    }
}

@media screen and (min-width:280px) {
    html {
        font-size: 67.7031px
    }
}

@media screen and (min-width:310px) {
    html {
        font-size: 74.8791px
    }
}

@media screen and (min-width:320px) {
    html {
        font-size: 77.2946px
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 86.9565px
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 90.5797px
    }
}

@media screen and (min-width:390px) {
    html {
        font-size: 94.2029px
    }
}

@media screen and (min-width:393px) {
    html {
        font-size: 94.9275px
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 96.6183px
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 100px
    }
}

@media screen and (min-width:428px) {
    html {
        font-size: 103.3816px
    }
}

@media screen and (min-width:440px) {
    html {
        font-size: 106.2801px
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 115.942px
    }
}

@media screen and (min-width:520px) {
    html {
        font-size: 125.6038px
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 135.2657px
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 144.9275px
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 154.5893px
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 164.2512px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 173.913px
    }
}

@media screen and (min-width:760px) {
    html {
        font-size: 183.5748px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 193.2367px
    }
}

@media screen and (min-width:960px) {
    html {
        font-size: 231.884px
    }
}

@media screen and (min-width:1024px) {
    html {
        font-size: 246.276px
    }
}

html {
    width: 100%;
    height: 100%
}

.detail-header {
    background: #fff
}

.detail-header-tags-list span {
    border-radius: .02rem
}

.detail-header-cont-wrap-desc > div:not(.detail-header-timefree-wrap) {
    margin-bottom: .1rem
}

.NovelDetail {
    background-color: #f5f5f5
}

    .NovelDetail .detail-module-wrap {
        margin-bottom: .08rem;
        background-color: #fff
    }

    .NovelDetail .detail-cont-wrap {
        padding: .1rem .17rem
    }

* {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: Helvetica Neue,Helvetica,Tahoma,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    border: none
}

html {
    font-size: 100px
}

@media screen and (min-width:260px) {
    html {
        font-size: 62.8019px
    }
}

@media screen and (min-width:280px) {
    html {
        font-size: 67.7031px
    }
}

@media screen and (min-width:310px) {
    html {
        font-size: 74.8791px
    }
}

@media screen and (min-width:320px) {
    html {
        font-size: 77.2946px
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 86.9565px
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 90.5797px
    }
}

@media screen and (min-width:390px) {
    html {
        font-size: 94.2029px
    }
}

@media screen and (min-width:393px) {
    html {
        font-size: 94.9275px
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 96.6183px
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 100px
    }
}

@media screen and (min-width:428px) {
    html {
        font-size: 103.3816px
    }
}

@media screen and (min-width:440px) {
    html {
        font-size: 106.2801px
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 115.942px
    }
}

@media screen and (min-width:520px) {
    html {
        font-size: 125.6038px
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 135.2657px
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 144.9275px
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 154.5893px
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 164.2512px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 173.913px
    }
}

@media screen and (min-width:760px) {
    html {
        font-size: 183.5748px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 193.2367px
    }
}

@media screen and (min-width:960px) {
    html {
        font-size: 231.884px
    }
}

@media screen and (min-width:1024px) {
    html {
        font-size: 246.276px
    }
}

html, html body {
    min-height: 100%;
    background-color: #fff
}

    html body {
        color: #08c
    }

    html button:focus {
        outline: none
    }
