* {white-space: pre-wrap}
html {white-space: normal;}
body{padding: 10px;max-width: 1200px;margin: 0 auto;line-height: 1.5;word-break: break-all;background: #fff;white-space: normal;}
p {color: #333333;line-height: 1.5;white-space: pre-wrap;}
img {max-width: 100%;display: block;margin: 0 auto}
table {border-collapse: collapse;width: 100% !important;}
td {border: 1px solid #ccc}
iframe { width: 100%; }
a { text-decoration: none; }
.mce-object-iframe { width:100%; box-sizing:border-box; margin:0; padding:0; }
ul,ol { list-style-position:inside; }
video {
    display: block;
    max-width: 100%;
    min-width: 300px;
    width: auto !important;
    max-height: 300px;
    min-height: 100px;
    height: auto !important;
    margin: 0 auto 10px;
    background: #efefef;
}
audio {
    display: block;
    width: 300px;
    height: 54px;
    margin: 0 auto 10px;
}
@media screen and (max-width: 750px){body,html,p,span {font-size: 17px !important;line-height: 1.5;}}
.red {color: red}
::-webkit-scrollbar {
    width:6px;
    height:6px;
}
::-webkit-scrollbar-button    {
    display: none;
}
::-webkit-scrollbar-track     {
    background:transparent;
}
/*::-webkit-scrollbar-track-piece {
    background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
}*/
::-webkit-scrollbar-thumb{
    background:rgba(50,50,50,0.2);
    border-radius:4px;
}
::-webkit-scrollbar-corner {
    background:#82AFFF;
}
::-webkit-scrollbar-resizer  {
    background:#FF0BEE;
}
#downloadApp {
    position: fixed;
    padding: 0 10px;
    left: 0;
    top: 0;
    right: 0;
    background: #f5f5f5;
    height: 66px;
    white-space: initial;
}
#downloadApp .left {
    height: 56px;
    margin: 5px 0;
    float: left;
}
#downloadApp .left img {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
}
#downloadApp .left div {
    float: left;
    height: 56px;
}
#downloadApp .left div p{
    color: #333;
    font-size: 14px !important;
    line-height: 2;
}
#downloadApp .right {
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 18px 0 ;
    font-size: 14px;
    color: #fff;
    background: #1a8ff6;
    border-radius: 30px;
}
