* {
    margin: 0;
    padding: 0
}

html {
    width: 100%;
}

body {
    font: normal 100% 'HYQiHei-EES';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}

img {
    display: block;
    border: none;
    width: 100%;
}

.face{
  border-radius: 50px;
}

li {
    /*list-style: none*/
    margin-left: 25px;
}

a, span, i {
    display: inline-block
}

/*h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}*/

iframe {
    width: 100%;
    margin: 0 auto
}

p {
    text-align: justify;
    text-justify: inter-word;
}

audio {
    display: none
}

.clear {
    height: 1%;
    clear: both;
}

.left {
    float: left
}

.right {
    float: right
}

.hide {
    display: none
}

.tdline {
    text-decoration: line-through;
}

.bg0 {
    background: #fff
}

/* #1e1e29   #fff */
.bg1 {
    background: #1dbfbb;
    color: #fff
}

/* #169393  #1dbfbb */
.bb0 {
    border-color: #e3e3e3
}

/* #30333f   #e3e3e3 */
.bb1 {
    border-color: #f9f9f9
}

/* #282c3a   #f9f9f9 */
.fcolor0 {
    color: #1dbfbb
}

/*  #169393    #1dbfbb */
.fcolor1 {
    color: #000
}

/* #858d9e  #000 */
.fcolor2 {
    color: #231815
}

/* #858d9e  #231815 */
.fcolor3 {
    color: #898989
}

/* #8a8a8a   #898989 */
.fcolor4 {
    color: #b0b0b0
}

/* #636363   #b0b0b0 */
.fszie0 {
    font-size: 0.875em
}

.fszie1 {
    font-size: 0.8125em
}

.fszie2 {
    font-size: 0.6875em
}

.fszie3 {
    font-size: 0.625em; /*-webkit-transform : scale(0.84,0.84)*/
}

.fszie4 {
    font-size: .75em
}

.fszie5 {
    font-size: 1em
}

.line
{
    border-width: 0.5px 0px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 0px 0px;
}

.tline {
    border-top: 1px solid #f9f9f9;
}

.bline {
    border-bottom: 1px solid #f9f9f9;
}

.fadein {
    -webkit-animation: fadein 1s ease-out backwards;
    -moz-animation: fadein 1s ease-out backwards;
    -ms-animation: fadein 1s ease-out backwards;
    animation: fadein 1s ease-out backwards;
}

.fadeinB {
    -webkit-animation: fadeinB 1s ease-out backwards;
    -moz-animation: fadeinB 1s ease-out backwards;
    -ms-animation: fadeinB 1s ease-out backwards;
    animation: fadeinB 1s ease-out backwards;
}

.content > p {
    font-size: 0.875em;
    color: #231815;
    margin: 6px 0;
    line-height: normal;
}

.content > div {
    font-size: 0.875em;
    color: #231815;
    margin: 6px 0;
    line-height: normal;
}

.content h1 {
    font-size: 1em;
    color: #000;
    line-height: 26px
}

.content h2 {
    font-size: 0.875em;
    color: #000;
    line-height: 26px
}

.content h3 {
    font-size: 0.625em;
    color: #666
}

.content img {
    margin: 26px 0;
    width: 100%
}

.contentImg img {
    /*margin: 26px 0;*/
    width: auto;
    clear: both; 
    display: block; 
    margin:auto; 
    /*width: 100%*/
}

a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}

.content span {
    width: auto;
    display: inline;
}

.content a {
    width: auto;
    word-break: break-all;
}

.content hr {
    height: 1px;
    border: none;
    border-top: 1px solid #e7eaec;
    color: #e7eaec;
}

.transform {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    - ms -transition: all .4s;
    transform: all .4s;
}

#page {
    display: none;
    overflow: hidden;
    width: 100%
}

.err_info {
    padding: 20px 0;
    text-align: center;
    color: #898989;
    font-size: .875em;
    display: none 
}

@media (min-width: 1024px) {
    body {
        width: 750px;
        margin: 0 auto;
        background: #fff
    }

    html {
        background: #e5e5e5
    }

    #page {
        width: 750px !important;
    }

    .footer, .music_list {
        width: 750px !important;
        left: 50% !important;
        margin-left: -375px
    }
}

@media (max-width: 750px) {
    body {
        width: 100%;
    }

    html, body {
        /*-webkit-user-select: none;*/
        user-select: none;
        -moz-user-select: none;
        overflow-x: hidden
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeinB {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeinB {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeinB {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes fadeinB {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeinB {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 解决横屏字体放大*/
@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none
    }
}

.share_head {
    height: 50px;
    width: 100%;
    background: #f9f9f9;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}

.logo {
    height: 40px;
    width: 100px;
    margin: 5px 5px;
    cursor: pointer
}

.hdown {
    border: 1px solid #ccc;
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 0.6875em;
    margin: 11px 8px 0 0;
    display: block;
    text-align: center;
    color: #999;
    cursor: pointer;
    border-radius: 1px
}

.share_foot {
    height: 160px;
    width: 100%;
    background: #f4f4f4;
    margin: 0 auto;
    border-top: 1px solid #f5f5f5;
    display: none
}

.wtitle {
    padding-top: 30px;
    font-size: 0.875em;
    text-align: center;
    color: #666;
    font-weight: normal;
}

.wdown {
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 0.875em;
    margin: 20px auto 8px auto;
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding-left: 14px;
    /*background: #ccc*/
}

.qdown {
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 0.875em;
    margin: 20px auto 8px auto;
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding-left: 2px;
    background: #ccc
}

.qqno {
    width: 100%;
    text-align: center;
    font-size: 0.75em;
    color: #999;
    overflow: hidden
}


